Skip to content
Snippets Groups Projects
  1. Apr 01, 2021
  2. Mar 31, 2021
  3. Mar 30, 2021
  4. Mar 29, 2021
    • Mario Jr's avatar
      60378e8c
    • Mario Jr's avatar
      Do not allow dynamic audio device change for mobile users · 8b522657
      Mario Jr authored
      Setting this as default to prevent bad UX: device selector is currently small
      for mobile devices
      
      This could be added as a config in future
      8b522657
    • Mario Jr's avatar
      Add option to enable/disable dynamic audio device selection · be84fc91
      Mario Jr authored
      By default this is set to true, allowing users to dynamic change audio devices
      Fixed a few linter warnings
      be84fc91
    • Mario Jr's avatar
      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
Loading