jiti-meet/react/features/device-selection/components
virtuacoplenny 7a677ead93
ref(device-selection): set audio output sink id after receiving ref (#4066)
The Audio.js setRef callback does not behave like react ref callback
in that the former will not have fired before componentDidMount
but the later will have. So for audio output preview, trying to set
sink id on mount will no-op because it does not have a ref yet to
Audio.js, possibly leading to audio output previews playing on
the default speaker device. This generally has not been a user
visible problem due to coincidence; other re-renders necessary
by the parent of audio output preview will have triggered
componentDidUpdates on the audio out preview, which would then
set the sink id on the Audio.js ref it should have received
by then.
2019-04-08 10:38:06 -07:00
..
AudioInputPreview.js ref(device-selection): change audio preview listener on component update 2018-11-21 08:08:45 -08:00
AudioOutputPreview.js ref(device-selection): set audio output sink id after receiving ref (#4066) 2019-04-08 10:38:06 -07:00
DeviceSelection.js ref(device-selection): update preview tracks on component update 2018-11-21 08:08:45 -08:00
DeviceSelector.native.js [RN] Fix the bundling broken by unnecessary dependencies 2017-06-07 16:19:57 -05:00
DeviceSelector.web.js ref: move all prop type declaration to flow 2018-11-07 17:38:10 +01:00
VideoInputPreview.js ref: move all prop type declaration to flow 2018-11-07 17:38:10 +01:00
index.js Refactor settings modal (#3121) 2018-06-20 13:19:53 -07:00