bigbluebutton-Github/bigbluebutton-html5/imports
prlanzarin a2e22fffb3 fix(audio): broken connection stats on Firefox >= 125
WebRTC-based stats generation in the connection status modal is broken
on Firefox >= 125. A broken type check coupled with a new partially
implemented RTCIceTransport dictionary causes and undefined function
call when fetching the selected candidate pair. Since that error is
unhandled, collection breaks.

Correctly check for the getSelectedCandidatePair method availability in
RTCIceTransport so that it skips to pair inference from getStats if
necessary.
2024-04-30 13:44:29 -03:00
..
api Merge pull request #19608 from lfzawacki/gladia-2.7 2024-03-07 15:32:54 -05:00
startup fix(bbb-html5): customHeartbeat would not close stale sessions, + (#19017) 2024-01-22 11:10:41 -05:00
ui fix(audio): broken connection stats on Firefox >= 125 2024-04-30 13:44:29 -03:00
utils fix: crash due to invalid UA version number in WKWebView 2024-04-12 14:06:44 -03:00