Currently active audio output device
Hi,
it is possible to track which audio device is currently being used?
I've a button that simulates cycleMic
method by using
setAudioDevice('SPEAKERPHONE' | 'WIRED_OR_EARPIECE');
but couldn't find in docs a way to read from the call object which one is being currently used
0
Best Answer
-
Hi @MSek !
Does the
getInputDevices()
method return the information you're looking for?https://docs.daily.co/reference/rn-daily-js/instance-methods/get-input-devices
0
Answers
-
1