Skip to content
Snippets Groups Projects
  • Mario Jr's avatar
    cddca95a
    Fixes and improvements on pr #10129 - dynamic change audio device · cddca95a
    Mario Jr authored
    Allow listenonly users to change output devices
    Fixed dynamic audio device change for firefox
    Fixed shortcuts for audio join/leave
    Show (with a bold font) the current selected device
    [performance] Prevent calling mediaDevices.enumerateDevices every time we render
    the selector. This adds a delay (~200ms, on my chrome setup) to render this component
    [performance] Do not call enumerateDevices to search for new devices, instead we listen on mediaDevices.deviceChange event
    Small refactoring and fixed a few errors that were being throw in browser's console
    Fixed device selection when this is done in audio-settings modal
    Fallback to default device when current device is removed
    Truncate device name length
    Renamed "Input","Output" labels to "Microphone","Speakers", respectively
    Update eslint rule for accessKey
    cddca95a
    History
    Fixes and improvements on pr #10129 - dynamic change audio device
    Mario Jr authored
    Allow listenonly users to change output devices
    Fixed dynamic audio device change for firefox
    Fixed shortcuts for audio join/leave
    Show (with a bold font) the current selected device
    [performance] Prevent calling mediaDevices.enumerateDevices every time we render
    the selector. This adds a delay (~200ms, on my chrome setup) to render this component
    [performance] Do not call enumerateDevices to search for new devices, instead we listen on mediaDevices.deviceChange event
    Small refactoring and fixed a few errors that were being throw in browser's console
    Fixed device selection when this is done in audio-settings modal
    Fallback to default device when current device is removed
    Truncate device name length
    Renamed "Input","Output" labels to "Microphone","Speakers", respectively
    Update eslint rule for accessKey