react-native-callkeep icon indicating copy to clipboard operation
react-native-callkeep copied to clipboard

Cannot switch between Microphone and Speaker it is taking speaker by default.

Open neetable-abhilash opened this issue 2 years ago • 1 comments

const setAudioDevice = async (data, roomId) => { try { const setAudio = await RNCallKeep.setAudioRoute(roomId, data); getListDevices(); } catch (error) { console.log(error); } };

neetable-abhilash avatar Aug 30 '23 09:08 neetable-abhilash

Hi @neetable-abhilash , did you find any solution?

anilalanh avatar May 20 '24 11:05 anilalanh