react-native-callkeep
react-native-callkeep copied to clipboard
Cannot switch between Microphone and Speaker it is taking speaker by default.
const setAudioDevice = async (data, roomId) => { try { const setAudio = await RNCallKeep.setAudioRoute(roomId, data); getListDevices(); } catch (error) { console.log(error); } };
Hi @neetable-abhilash , did you find any solution?