react-native-webrtc / react-native-webrtc/react-native-callkeep
show phone call accounts setting to the user
Nobody has claimed this yet.
- 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
- 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 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