jiti-meet/react/features/device-selection
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
..
components ref(device-selection): set audio output sink id after receiving ref (#4066) 2019-04-08 10:38:06 -07:00
actionTypes.js chore: use strings as action types 2019-03-21 14:47:55 +01:00
actions.js fix(iframe-api-devices): Misc small issues. 2019-03-29 15:42:02 +00:00
functions.js fix(device-selection): search for device by label and kind (#4064) 2019-04-08 10:03:45 -07:00
index.js Refactor settings modal (#3121) 2018-06-20 13:19:53 -07:00
middleware.js fix(iframe-api-devices): Misc small issues. 2019-03-29 15:42:02 +00:00
reducer.js feat(device_selection): Implement popup 2017-06-07 09:23:40 -05:00