bigbluebutton-Github/bigbluebutton-html5/imports/ui/components/video-provider
mw781 f4dc8d9d69 Fix critical issue with video-preview arguments
After the code to mirror the video-preview component was added
I noticed that I improperly used the userId property of an undefined
argument as the video-preview does not have a user as a prop. This
commit decouples the logic to verify if the webcam should be mirrored
and whether the webcam belongs to that user. In the latter, we verify
if the user parameter exists and use it in a conditional, otherwise
we simply return true (applies with the video preview component),
where there is only one video stream.
2020-06-15 21:49:00 +01:00
..
many-users-notify Fix wrong data fetch 2019-09-09 16:30:14 -03:00
video-button Don't skip video preview if called via interface 2019-11-21 14:18:42 -03:00
video-list Refactor code and implement mirroring for video-preview 2020-06-14 20:13:47 +01:00
video-menu Merge branch 'master' of https://github.com/bigbluebutton/bigbluebutton into 2.2-accessibility-minor-update 2019-01-30 14:40:55 +00:00
component.jsx html5: refactor STUN/TURN fetch, add fallback STUN, fix deadlock in audio join 2020-05-21 04:35:17 +00:00
container.jsx Change VideoService userName fetch to Auth and pass it again to video-provider 2019-11-28 18:49:20 +00:00
service.js Fix critical issue with video-preview arguments 2020-06-15 21:49:00 +01:00
styles.scss Moved fullscreen button style to it's own style sheet 2019-01-25 11:06:17 -02:00