react-native-webrtc / react-native-webrtc/react-native-callkeep

Display call not show after start call in IOS

Open
#818 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Java
Stars
1.1k
Forks
511
Avg merge
9h 12m
Merged PRs (30d)
2

Description

I followed the setup steps for React Native CallKeep, but after running:

  • Reproduced on:
  • [ /] iOS
    • Callkeep: ^4.3.14
    • React Native: 0.75.4
    • iOS: 15.8.3
    • Phone model: iPhone 6s Plus
const id = uuid.v4();  
RNCallKeep.startCall(id, 'Steve', 'Steve', 'generic', false);  

there is no call details screen displayed. Instead, I only see the status bar indicating that there’s an ongoing call, but I can’t navigate to the phone screen. I’m wondering if I missed something during the setup or if I need to use any additional functions.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the RNCallKeep.startCall entry point and the iOS CallKit setup described in the issue. Reproduce on iOS 15.8.3 with CallKeep 4.3.14 and React Native 0.75.4; the issue is resolved when the call details screen can be opened after starting the call.

Written by the indexing model from the issue text.

Assessment

Tech stack
ios, react-native
Domain
mobile
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.