answerCall event not trigger in android 11
See original GitHub issueBug report
-
I’ve checked the example to reproduce the issue.
-
Reproduced on:
-
Android
-
iOS
Description
AnswerCall event is not triggered in Android 11 but works on android 10. endCall works on both devices.
Steps to Reproduce
RNCallKeep.addEventListener(‘answerCall’, callKitAnswered);
Listener does not get called
Versions
- Callkeep: 4.01
- React Native:0.63.3
- iOS:
- Android:11
- Phone model: Xiaomi mi 10 lite 5g
Logs
Paste here
Issue Analytics
- State:
- Created 3 years ago
- Reactions:3
- Comments:8
Top Results From Across the Web
RNCallKeep.addEventListener("answerCall") worked at the ...
But getting one issue with its event listener RNCallKeep.addEventListener("answerCall") . This listener is getting triggered only once after the ...
Read more >MotionEvent - Android Developers
Axis constant: Right Trigger axis of a motion event. ... Create a new MotionEvent, copying from an existing one, but not including any...
Read more >reconnect-react-native-callkeep - npm
Tell ConnectionService that the device is ready to make outgoing calls via the native Phone app. If not the user will be stuck...
Read more >Using Native Incoming Call UI for your React Native App (How ...
After experimenting with different emulators and getting the functionality to work, this led me to the conclusion that the android 11 emulator ...
Read more >Allow phone calls on your iPad, iPod touch, and Mac
Wi-Fi Calling is not available from all carriers. Before you begin. On your iPhone and your other devices, do the following (iOS 9,...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
no. same code runs in one device but my Xiaomi doesn’t work
Someone, please help! 🙏
answerCall
event is not firing in Android. When we calldisplayIncomingCall
and the incoming call shows on Android, and when we press the call end button, theendCall
event is firing, but when we press the call-accept button, it stays there on the call screen and nothing happens. And theanswerCall
event is not firing.Please help, we’ve tried all the solutions, nothing is working.