bigbluebutton-Github/bigbluebutton-html5/imports/ui/components/screenshare
prlanzarin c5b6110b94 fix: correctly dereference present camera streams in FF
The original BBBVideoStream termination handlers are being overwritten
by screen sharing's service when "Present camera" is started, which
causes the stream not to be dereferenced in the VIDEO_STREAM_STORAGE
map when the camera presentation stops. This breaks subsequent
camera/present camera attempts for the affected deviceId.

The second issue with is that Chrome isn't assigning the
termination handlers for the screen sharing subsystem - which causes
device/permission ejections to be silent.

This extends screen sharing's trackStreamTermination routine to preserve
whatever previous termination handlers were assigned if the stream was
provided beforehand by an external caller - which should fix both of the
aforementioned issues.
2023-08-24 13:42:28 -03:00
..
switch-button move button component to common folder 2022-02-14 20:20:50 +00:00
component.jsx replace unaffected debounce 2023-08-09 13:26:42 -03:00
container.jsx Merge remote-tracking branch 'bbb/v2.6.x-release' into merge-july12 2023-07-12 15:59:46 -04:00
service.js fix: correctly dereference present camera streams in FF 2023-08-24 13:42:28 -03:00
styles.js fix: screenshare volume control 2022-09-01 13:48:59 -03:00