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

show phone call accounts setting to the user

Open
#245 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

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

Description

react-native-callkeep is getting phone accounts permission just when displayIncomingCall has called. yet
I want to get a solution to show phone accounts setting after checking RNCallKeep.hasPhoneAccount()

as every-one knows we have RNCallKeep.hasPhoneAccount() to check if the app has this permission or not. but whats the react-native-callkeep solution if the result of hasPhoneAccount() is false?

is there any function to show phone call accounts setting to the user? i need it because i have ran RNCallKeep.displayIncomingCall() in a background job when app is killed so i cant get permission in that state...

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 by tracing RNCallKeep.hasPhoneAccount() and RNCallKeep.displayIncomingCall(), focusing on the Android phone-account permission flow. Determine how the library could expose the phone accounts setting when hasPhoneAccount() returns false, including when displayIncomingCall() is triggered from a background job while the app is killed; done means the user can reach that setting.

Written by the indexing model from the issue text.

Assessment

Tech stack
react-native
Domain
mobile
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.