react-native-webrtc / react-native-webrtc/react-native-callkeep
Code inside endCall listner is not executed when device is in locked state.
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 1.1k
- Forks
- 511
- Avg merge
- 9h 12m
- Merged PRs (30d)
- 2
Description
I received VOIP push notification in IOS device and display incoming call screen over lock screen when device is locked. When i unlock device through slide to unlock and end incoming call through cancel button i got log inside endCall listener but i have to call API to end call at sender side and for that i call api but without getting any response from api my device is again locked and after that no any code is executed.Can you please suggest me any way to resolve my issue? I want to disconnect call at sender side when receiver end calls.
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 by reproducing the reported flow from the endCall listener: receive the VOIP push while the iOS device is locked, unlock it, cancel the call, and observe the API request as the device locks again. Determine whether the listener or the API completion is interrupted; done means ending the call at the sender succeeds reliably through this lock transition.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ios, 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
- 25/100