bigbluebutton-Github/bigbluebutton-html5/imports/ui/components/video-preview
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
..
component.jsx Fix critical issue with video-preview arguments 2020-06-15 21:49:00 +01:00
container.jsx close video preview modal if lock setting active 2020-05-09 17:19:41 +00:00
service.js refactor video preview media selection 2019-04-30 12:54:56 -07:00
styles.scss Refactor code and implement mirroring for video-preview 2020-06-14 20:13:47 +01:00