jiti-meet/react/features
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
..
always-on-top ref(always-on-top): trigger toolbar hide timeout after update 2018-11-21 08:08:45 -08:00
analytics feat(amplitude): add mobile implementation 2019-03-12 16:48:08 +01:00
app flow: tame the beast 2019-03-21 14:47:55 +01:00
audio-level-indicator ref: move all prop type declaration to flow 2018-11-07 17:38:10 +01:00
authentication Remove some Flow annotations 2019-03-25 13:53:08 +01:00
base fix(device-selection): search for device by label and kind (#4064) 2019-04-08 10:03:45 -07:00
calendar-sync Remove some Flow annotations 2019-03-25 13:53:08 +01:00
chat [RN] Replace chat modal with SlidingView 2019-03-25 14:52:43 +01:00
conference Remove some Flow annotations 2019-03-25 13:53:08 +01:00
connection-indicator ref: move all prop type declaration to flow 2018-11-07 17:38:10 +01:00
connection-stats fix: Shows the "turn" indication for non-p2p connections. (#3865) 2019-02-05 23:13:59 +00:00
deep-linking Remove some Flow annotations 2019-03-25 13:53:08 +01:00
desktop-picker Remove some Flow annotations 2019-03-25 13:53:08 +01:00
device-selection ref(device-selection): set audio output sink id after receiving ref (#4066) 2019-04-08 10:38:06 -07:00
display-name fix(display-name): do not default name to placeholder name (#4027) 2019-03-26 09:34:02 -07:00
dropbox chore: use strings as action types 2019-03-21 14:47:55 +01:00
etherpad chore: use strings as action types 2019-03-21 14:47:55 +01:00
feedback Remove some Flow annotations 2019-03-25 13:53:08 +01:00
filmstrip [RN] Make BaseIndicator render simpler 2019-04-01 21:03:36 +02:00
google-api flow: tame the beast 2019-03-21 14:47:55 +01:00
invite [RN] Add InfoDialogButton 2019-04-02 16:18:09 +02:00
keyboard-shortcuts chore: use strings as action types 2019-03-21 14:47:55 +01:00
large-video Remove some Flow annotations 2019-03-25 13:53:08 +01:00
local-recording Remove some Flow annotations 2019-03-25 13:53:08 +01:00
mobile Remove some Flow annotations 2019-03-25 13:53:08 +01:00
notifications Extract notification timeout to a constant 2019-04-01 21:03:36 +02:00
overlay Remove some Flow annotations 2019-03-25 13:53:08 +01:00
presence-status Remove some Flow annotations 2019-03-25 13:53:08 +01:00
recent-list Remove some Flow annotations 2019-03-25 13:53:08 +01:00
recording Extract notification timeout to a constant 2019-04-01 21:03:36 +02:00
remote-control Remove some Flow annotations 2019-03-25 13:53:08 +01:00
remote-video-menu Remove some Flow annotations 2019-03-25 13:53:08 +01:00
room-lock Remove some Flow annotations 2019-03-25 13:53:08 +01:00
settings rn: add build information to SettingsView 2019-04-02 12:40:35 +02:00
share-room chore: use strings as action types 2019-03-21 14:47:55 +01:00
shared-video chore: use strings as action types 2019-03-21 14:47:55 +01:00
speaker-stats Remove some Flow annotations 2019-03-25 13:53:08 +01:00
subtitles Remove some Flow annotations 2019-03-25 13:53:08 +01:00
toolbox fix(toolbox): fix typo in action type for hide timeout (#4069) 2019-04-04 10:53:14 -07:00
transcribing Extract notification timeout to a constant 2019-04-01 21:03:36 +02:00
unsupported-browser ref: move all prop type declaration to flow 2018-11-07 17:38:10 +01:00
video-layout Remove some Flow annotations 2019-03-25 13:53:08 +01:00
video-quality Remove some Flow annotations 2019-03-25 13:53:08 +01:00
videosipgw chore: use strings as action types 2019-03-21 14:47:55 +01:00
welcome [RN] Replace chat modal with SlidingView 2019-03-25 14:52:43 +01:00