react-native-webrtc / react-native-webrtc/react-native-callkeep
IOS: How to show Connecting on IOS Native Screen.
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 1.1k
- Forks
- 511
- Avg merge
- 9h 12m
- Merged PRs (30d)
- 2
Description
Hi Team, I'm trying to find a way to show Connecting... screen during an inbound call.
Based on my understanding, once the user answers from the native CallKit screen, IOS issues a CXAnswerCallAction. Them react-native-callkeep module fulfills that action right away which tells CallKit that call has connected so the system starts the timer.
In our case once we receive the answerCall event on the JS code, we have some logic to connect the call and it takes few seconds(<5) based on the network. During this time how to show a Connecting... screen on IOS instead of the timer as the timer make users thing call is already connected? This has particularly been an issue when answering from Lock Screen.
React Native version ,0.84.4
React Native CallKeep version 4.3.16
Thank you!
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 tracing the CXAnswerCallAction fulfillment and the answerCall event described in the issue, then inspect the iOS CallKit integration to establish when the system timer begins. Determine whether a supported intermediate Connecting state is possible and define the behavior for calls answered from the lock screen.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ios, react-native
- Domain
- audio-video-rtc, mobile
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100