bigbluebutton-Github/bigbluebutton-html5/imports
prlanzarin db15d1b280 video-provider: fix setReconnectionTimeout race condition that caused webcams to drop
Problem: setReconnectionTimeout was being called in the first candidate generation to set the negotiation/reconnection timeout up. That caused some browsers or specific scenarios (mainly envs without STUN) to establish the negotiation (playStart) before generating any useful out-of-band candidates (relay). That would cause the timeout to be set AFTER it is supposed to be cleared due to success (playStart), making the webcam drop after a while

So I moved the setReconnectionTimeout call to a safer spot: right after the first negotiation requisition goes out to bbb-webrtc-sfu
2021-03-10 20:09:55 +00:00
..
api Merge pull request #11593 from pedrobmarin/2.3-lobby-message 2021-03-10 11:35:35 -05:00
startup Improve the way we observe changes on Users's collection 2021-03-08 18:08:56 -03:00
ui video-provider: fix setReconnectionTimeout race condition that caused webcams to drop 2021-03-10 20:09:55 +00:00
utils Merge 2.2.29 and 2.2.30 into 2.3.x 2020-11-24 15:13:09 +00:00