Skip to content
Snippets Groups Projects
  • Mario Jr's avatar
    951fc0ad
    fix: MEDIA_ERROR when joining room using Firefox · 951fc0ad
    Mario Jr authored
    Firefox doesn't create a  device called 'default' and we were trying
    to set this when user is joining the room. We don't do this anymore, letting
    devices to be changed when there's some user request.
    
    Moved outputDeviceId inputDeviceId information to be managed in bridge
    (just like we do with inputDeviceId), we don't store this duplicated
    information in audio container anymore.
    
    Fixed the eslint warning in "playAlertSound(url) { ..."
    
    We are safe to let users try to change input/output devices because the
    device list is retrieved from enumerateDevices.
    951fc0ad
    History
    fix: MEDIA_ERROR when joining room using Firefox
    Mario Jr authored
    Firefox doesn't create a  device called 'default' and we were trying
    to set this when user is joining the room. We don't do this anymore, letting
    devices to be changed when there's some user request.
    
    Moved outputDeviceId inputDeviceId information to be managed in bridge
    (just like we do with inputDeviceId), we don't store this duplicated
    information in audio container anymore.
    
    Fixed the eslint warning in "playAlertSound(url) { ..."
    
    We are safe to let users try to change input/output devices because the
    device list is retrieved from enumerateDevices.