Clean up HTMLAudioElement used for notification sounds
After ending the notification playback, we set the ".src" property to null, which immediately stop the internal player of mobile browser (tested on Chrome for Android - device list is on #11458). For the specific list of devices, this prevents the internal buffer error "-61" described in #11458. Fixes #11458.
Showing
- bigbluebutton-html5/imports/ui/components/activity-check/component.jsx 1 addition, 0 deletions...-html5/imports/ui/components/activity-check/component.jsx
- bigbluebutton-html5/imports/ui/components/audio/audio-test/container.jsx 1 addition, 0 deletions...tml5/imports/ui/components/audio/audio-test/container.jsx
- bigbluebutton-html5/imports/ui/services/audio-manager/index.js 2 additions, 0 deletions...uebutton-html5/imports/ui/services/audio-manager/index.js
Loading
Please register or sign in to comment