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

Android 12 native call UI

Open
#585 5 comments 2 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

Bug report

  • ☑ I've checked the example to reproduce the issue.

  • Reproduced on:

  • ☑ Android

  • ☐ iOS

Description

Android native call screen does not come when the app is killed status but the headless task is activated and the app wakes up in the background. I can see the console logs in debug mode, but the application does not come to the foreground. Native call screen does not appear.

If the application is in the background or foreground status, there is no problem. This problem I mentioned only happens on android 12 devices and when the application is closed. Previous android versions also working fine.

also checked

if (!RNCallKeep.supportConnectionService()) {
    console.warn("ConnectionService not supported!");
}

if (!RNCallKeep.hasPhoneAccount()) {
    console.warn("No phone account!");
}

above methods are not entering if blocks. So, I assume these conditions are ok.

Steps to Reproduce

standard install instructions

Versions

- Callkeep: 4.3.3
- React Native: 0.63.2
- iOS: -
- Android: 12
- Phone model:  Samsung Galaxy S20+

Logs

Paste here

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 example and standard install instructions, then reproduce on Android 12 with the app killed and the headless task activated. Compare the Android 12 behavior with foreground and background states, capture the missing logs, and trace the native call UI path; done means the native call screen appears when the app is woken in the background.

Written by the indexing model from the issue text.

Assessment

Tech stack
android, java, react-native
Domain
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.