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

CallKit's native call screen is not being disappearing in iOS

Open
#439 8 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

Hi guys,

I am using react-native-callkeep for using native call screen it’s working fine but when user want’s to end the call and at this moment i am using these methods provided by callkeep to end the call

RNCallKeep.endCall(this.state.uuid);
RNCallKeep.endAllCalls();

But due to some reason native call screen is not disappearing.
Any help on will be appreciated. Thanks!

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.endCall(this.state.uuid) and RNCallKeep.endAllCalls() entry points and reproduce the issue on iOS with the native CallKit call screen. Trace whether either method ends the active call, and consider the issue done when ending the call causes the native screen to disappear reliably.

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.