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

Cannot interact with speaker button

Open khanhduy62 opened this issue 5 years ago • 5 comments

I have just test on iOS and I have faced an issue. When start to display a incoming call (VoIP fired), the native phone UI displays but I can’t interact with Speaker

So if the callee want to turn on the speaker, how to archive that with this library?

Any help would be very appreciated!

lib:
 "react-native": "0.63.3",
 "react-native-callkeep": "^3.1.4",

OS:
Xcode: 12.2
iOS version (real device): 14.2

khanhduy62 avatar Nov 26 '20 09:11 khanhduy62

same issue

meosieudang avatar Dec 23 '20 07:12 meosieudang

same issue in android

mn-fidman avatar Jan 25 '21 22:01 mn-fidman

same issue

MusabBasheer avatar Dec 08 '21 13:12 MusabBasheer

What is your exact case? For my case when user accept a call -> app start video call and close callKit UI from js side and render videos containers. PS For setting the correct audio output we use react-native-incall-manager setForceSpeakerphoneOn method.

Romick2005 avatar Dec 08 '21 16:12 Romick2005

I am having the same issue When a user answers a VoIP call from Callkit UI, the speaker button on Callkit UI doesn't toggle properly.

haisamMH avatar Jul 03 '23 07:07 haisamMH