bigbluebutton-Github/bigbluebutton-html5/imports/api/screenshare
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
..
client/bridge fix(screenshare): fix client crash on presenter change 2021-07-07 19:29:17 +00:00
server remove unused code 2021-06-23 16:52:52 -03:00
index.js