jiti-meet/react/features/base
Leonard Kim 5358f022ff fix(config): override config values instead of merging
Iterate over objects and copy over primitives and arrays
instead of using _.merge, as merge will not replace a config
entry completely. For arrays in a target object, the arrays
will have its indices replaced. This means if a source array
is empty, the target array will be left alone. Similarly,
if the target array is longer than a source array, there
will be indices not touched in the target array.
2017-08-21 07:07:18 -05:00
..
conference ref(pinning): remove pinnedId state from VideoLayout 2017-08-11 10:43:35 +01:00
config fix(config): override config values instead of merging 2017-08-21 07:07:18 -05:00
connection [RN] Fix the conference URL delivered to JitsiMeetView's listeners 2017-08-01 06:31:03 -05:00
devices [RN] Polyfill Symbol 2017-05-26 16:37:22 -05:00
dialog feat(dialog): add missing export for actionTypes 2017-07-18 13:35:24 +02:00
font-icons [RN] Update jitsi font icon selection 2017-07-06 17:14:00 -05:00
i18n Uses languages.json to obtain supported languages. 2017-07-27 16:36:22 -05:00
lib-jitsi-meet [RN] Polyfill window.location.search 2017-08-04 11:35:03 -05:00
logging Fix the initialization of the (external) API 2017-05-30 09:38:18 -05:00
media feat(conference, toolbox, API) get rid of {audio,video}Muted' flags 2017-08-18 13:30:30 +02:00
participants [RN] Make react-native-img-cache optional at bundle time 2017-08-18 14:54:25 -05:00
react [Android] Destroy containes when they are not visible 2017-07-28 10:25:46 -05:00
redux Introduce features/base/logging 2017-04-23 23:30:53 -05:00
styles [RN] Workaround for Android view clipping 2017-07-24 15:01:37 -05:00
tracks feat(conference, toolbox, API) get rid of {audio,video}Muted' flags 2017-08-18 13:30:30 +02:00
util [RN] Handle multiple schemes/protocol in URLs 2017-08-01 06:31:03 -05:00