bigbluebutton-Github/bigbluebutton-html5/imports/ui/components/audio
Mario Jr df67d2e680 Better handling audio reconnection
When getting disconnected with 1001 ("websocket closed unexpectedly" error) we were creating a new SIP session, therefore a new FreeSWITCH channel.
While reconnecting the socket, instead of closing the SIP session, we keep it alive during reconnection (audio should keep working in the meantime). When reconnected we keep using this same session (avoiding the creation of an extra one).
We also better handle WebSocket error codes from SIP.js.
FF immediately closes websocket when unloading page, so we now to stop user agent when 'beforeunload' event is triggered, to avoid leaving open sessions in FreeSWITCH when user leaves page.
2020-10-15 11:24:23 -03:00
..
audio-controls fix shortcuts not working when helper is passed an array 2020-05-21 18:43:34 +00:00
audio-dial Get rid of the whitespace literal 2019-07-11 15:36:30 -04:00
audio-modal Better handling audio reconnection 2020-10-15 11:24:23 -03:00
audio-settings Change layout direction for RTL languages. 2019-05-14 14:17:19 +01:00
audio-stream-volume removed .log() function in favour of logger 2019-08-01 12:47:45 -04:00
audio-test fix animations not working on iOS 12.3 beta 2019-04-11 15:04:10 +00:00
autoplay Update play audio prompt on autoplay modal view 2019-08-14 19:15:11 +00:00
device-selector fix audio input selector 2019-07-06 22:04:05 +00:00
echo-test Change layout direction for RTL languages. 2019-05-14 14:17:19 +01:00
help improve audio modal help content spacing 2019-10-22 19:32:04 +00:00
permissions-overlay remove unused css variables 2019-09-19 13:43:53 +00:00
container.jsx Merge branch 'issue7791-add-support-to-new-parameters-name' of github.com:diegobenetti/bigbluebutton into test-7805 2019-11-05 11:59:00 -05:00
service.js Correctly set audio input/output devices 2020-10-06 20:37:55 -03:00