jiti-meet/modules/UI/videolayout
Leonard Kim b86df7a8e3 fix(remote-control): do not assume failed query is missing support
Multiple requests for checkUserRemoteControlSupport can be in
flight simultaneously. Order of promise resolution is not
guaranteed. It is possible for Request A and Request B to be
in flight and then Request B's promise chain resolves first.
Request A could have encountered errors and then resolve. Then
what could happen is checkUserRemoteControlSupport returns true
for remote control support due to Request B and the UI updates.
But then checkUserRemoteControlSupport returns false for
remote control support due to Request A's error and the UI
updates to hide remote control.
2019-07-11 07:25:08 +01:00
..
Filmstrip.js fix(avatar): dynamically size avatar in dynamically sizable filmstrip 2019-05-24 12:00:35 -07:00
LargeContainer.js feat(eslint): Enable for non react files 2017-10-16 14:36:29 -05:00
LargeVideoManager.js feat: initial based avatars 2019-07-01 23:59:16 +02:00
LocalVideo.js feat: initial based avatars 2019-07-01 23:59:16 +02:00
RemoteVideo.js fix(tile-view): back to single click to pin 2019-06-18 15:14:20 -07:00
SmallVideo.js feat: initial based avatars 2019-07-01 23:59:16 +02:00
VideoContainer.js fix(large-video): vertically align center screenshare 2019-05-10 08:09:56 -07:00
VideoLayout.js fix(remote-control): do not assume failed query is missing support 2019-07-11 07:25:08 +01:00