jiti-meet/react/features/overlay
Lyubo Marinov 2f3706bd37 [RN] Simplify
There were getDomain, setDomain, SET_DOMAIN, setRoomURL, SET_ROOM_URL
which together were repeating one and the same information and in the
case of the 'room URL' abstraction was not 100% accurate because it
would exist even when there was no room. Replace them all with a
'location URL' abstraction which exists with or without a room.

Then the 'room URL' abstraction was not used in (mobile) feature
share-room. Use the 'location URL' there now.

Finally, removes source code duplication in supporting the Web
application context root.
2017-05-09 16:31:21 -05:00
..
components Approach consistent filmstrip naming 2017-04-10 12:59:44 -05:00
actionTypes.js Comply w/ coding style 2017-02-18 21:57:38 -06:00
actions.js Comply w/ coding style 2017-02-18 21:57:38 -06:00
functions.js ref(overlays): Replace the abstract class for overlays with overlay frame component 2017-03-24 13:16:14 -05:00
index.js Comply w/ coding style 2017-02-18 21:57:38 -06:00
reducer.js [RN] Simplify 2017-05-09 16:31:21 -05:00