bigbluebutton-Github/bigbluebutton-html5/imports
prlanzarin 2c6de02f1c fix(video): webcam fails to be loaded on preview when changing profiles
There's an issue where permission-less sessions of video-preview
fail to change video profiles. Whenever gUM is on prompt mode,
deviceIds are obfuscated, which means getInitialCamera will need to
infer the deviceId based on the current media stream.
Since the virtual bg worker is now called synchronously (e28a595),
it'll be extracted incorrectly from the virtual effect MediaStream
(rather  than the original stream) - which causes getInitialCamera to
use the effect's deviceId rather than the original stream's deviceId.

Guarantee that deviceId inference via MediaStreamTrack uses
BBBVideoStream's originalStream (so that virtual effect streams are
bypassed). Also remove the call to updateDeviceId in getInitialCamera
since it's redundant since commit e28a595.
2024-08-02 13:23:11 -03:00
..
api fix: Dial-in -- add missing webcamBackground prop for dial-in users (#20799) 2024-07-30 11:27:40 -04:00
startup fix(bbb-html5): customHeartbeat would not close stale sessions, + (#19017) 2024-01-22 11:10:41 -05:00
ui fix(video): webcam fails to be loaded on preview when changing profiles 2024-08-02 13:23:11 -03:00
utils fix: crash due to invalid UA version number in WKWebView 2024-04-12 14:06:44 -03:00