react-native-webrtc / react-native-webrtc/react-native-callkeep
answerIncomingCall not working
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 1.1k
- Forks
- 511
- Avg merge
- 9h 12m
- Merged PRs (30d)
- 2
Description
Bug report
-
I've checked the example to reproduce the issue.
-
Reproduced on:
-
Android
-
iOS
Description
I'm trying to answer incoming calls on Android. I'm using react-native-call-detection to detect incoming calls and uuid to create random uuids.
The call does not get answered.
That's my line of code:
CallKeep.answerIncomingCall(uuidv4());
Steps to Reproduce
Try to answer calls using CallKeep.answerIncomingCall.
Versions
- Callkeep: 3.0.14
- React Native: 0.62.2
- iOS:
- Android: Emulator: [29, 24] (API levels); Real device: [Android Version 9]
- Phone model: Tried Emulator and real device: MHA-L29 (Huawei Mate 9), Android Version 9
Logs
-
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the example linked in the report and trace the CallKeep.answerIncomingCall entry point for Android. Reproduce the issue on the listed emulator or device configurations, checking how the UUID passed from uuidv4() is handled. Done means an incoming call is answered successfully on Android and the behavior is verified on a supported API level.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, javascript, react-native
- Domain
- audio-video-rtc, mobile
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100