hello.
Direct Call was implemented using sendBird SDK in react-native.
However, I cannot change the audio device.
availableAudioDevices : [“SPEAKERPHONE”, “EARPIECE”]
directCall.android_selectAudioDevice = AudioDeviceType.SPEAKERPHONE
After running the above code, if you check the android_currentAudioDevice status, it is still EARPIECE.
Experts, please help.