jiti-meet/modules
Leonard Kim 3927f29ba8 fix(tracks): enqueue track replacement
The process for doing a replaceLocalTrack is async. Is it
possible to trigger replaceLocalTrack multiple times before
each call is finished. This leads to situations where
replaceLocalTrack is called multiple times with oldTrack being
null and a new track. In this scenario, each new track will be
added, causing UI issues such as the local participant's
large video not displaying for remote participants.

The action replaceLocalTrack is used when unmuting audio or
video, when creating new tracks on device switch, and when
toggling screensharing. These actions can collide with each
other. One way to fix this would be to queue replaceLocalTrack.
2018-09-04 09:39:02 -07:00
..
API fix(invite): IFrame api when invalid invitees are passed. 2018-08-03 12:42:38 -05:00
UI ref(video-layout): remove instance variable for gating show/hide 2018-09-04 09:39:02 -07:00
devices Remove state from mediaDeviceHelper (#3226) 2018-07-13 10:31:28 -07:00
keyboardshortcut fix(keyboard-shortcuts): process Unidentified keys (#2813) 2018-04-16 16:33:26 -05:00
keycode feat(eslint): Enable for non react files 2017-10-16 14:36:29 -05:00
recorder feat(eslint): Enable for non react files 2017-10-16 14:36:29 -05:00
remotecontrol Upgrade NPM dependencies/packages: react-native 0.50 2017-12-04 00:45:18 -06:00
translation ref(i18next): Remove the base/config dependancy. 2018-05-18 13:34:08 -05:00
transport ref(toolbar): remove contact list 2018-04-10 09:34:52 +02:00
util fix(tracks): enqueue track replacement 2018-09-04 09:39:02 -07:00
FollowMe.js feat(tile-view): initial implementation for tile view (#3317) 2018-08-08 13:48:23 -05:00