bigbluebutton-Github/bigbluebutton-html5/imports/api/screenshare/client/bridge
prlanzarin 67fca54d76 fix(screenshare): fix client crash on presenter change
Scenario: presenter`s client could crash when the presenter changed while they were sharing their screen

That is due to a race condition on the stop procedure in the bridge: two stops can be triggered (one from the server-side websocket tear off and another from the client itself detecting the presenter change)

That could create a scenario where the broker was cleaned in one stop procedure after the second had checked its availability, causing an attribute access of a null member
2021-07-07 19:29:17 +00:00
..
errors.js removing unused imports/exports 2021-05-21 09:50:31 -03:00
index.js remove Verto code 2019-03-08 19:41:19 +00:00
kurento.js fix(screenshare): fix client crash on presenter change 2021-07-07 19:29:17 +00:00
service.js feat(screenshare): add screen bitrate config in bbb-html5 2021-04-24 19:12:59 +00:00