bigbluebutton-Github/bigbluebutton-html5/imports
prlanzarin e4a266ae75 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-05-23 13:05:02 -04:00
..
api fix: do not escape text twice 2023-08-02 18:48:22 +02:00
startup chore: upgrade NodeJS to 18 2023-08-30 17:18:46 -04:00
ui fix(audio): broken connection stats on Firefox >= 125 2024-05-23 13:05:02 -04:00
utils Merge pull request #17702 from Scroody/virtual-backgound-accepts-webp 2023-05-15 17:06:41 -03:00