react-native-webrtc / react-native-webrtc/react-native-callkeep
Android: launch main activity when got video call notification when app is closed
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 1.1k
- Forks
- 511
- Avg merge
- 9h 12m
- Merged PRs (30d)
- 2
Description
- Android app is closed (same with minimized on latest android)
- We receive call start notification with
react-native-firebase/messaging - We display incoming call with this lib
- User answers
Expected result:
we open app (MainActivity) with video call.
Actual result:
native call fullscreen is shown
app Is not opened and no idea how to open it from background notification in latest Android.
Any thoughts?
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 at the MainActivity entry point and the react-native-firebase/messaging notification flow, then trace how react-native-callkeep presents the native fullscreen call when the app is closed. Done means answering the call opens the app's MainActivity with the video call instead of leaving only the native call screen; verify behavior for both closed and minimized Android states.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, react-native
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100