Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Call Interaction UI not showing after accepting the call #792

Open
2 tasks done
Irfanwani opened this issue Jul 5, 2024 · 1 comment
Open
2 tasks done

Call Interaction UI not showing after accepting the call #792

Irfanwani opened this issue Jul 5, 2024 · 1 comment

Comments

@Irfanwani
Copy link

Irfanwani commented Jul 5, 2024

Bug report

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

  • Reproduced on:

  • Android

Description

When making a call, incoming call UI shows up. If we accept the call, it simply shows a blank screen and then after sometime, goes back to the older UI (where we can either accept the call or reject it). Though if we accept the call from notification, it does show the next screen where we can mute, hold etc the call but even after that, the older notification is still there showing whether to reject or accept the call.
Event handlers are working fine, but it never goes to the next screen.

Steps to Reproduce

Make a call to the testing device.

Versions

- Callkeep: 4.3.13
- React Native: 0.74.2
- iOS: None
- Android: 13
- Phone model: Pixel_6_Pro_API_33
Screen.Recording.2024-07-05.at.5.48.20.PM.mov
@Irfanwani
Copy link
Author

Found this blog post https://blog.theodo.com/2021/03/react-native-incoming-call-ui-callkeep/, I had to write the native module too. So whenever the accept call action is taken, i am ending the call (to hide the native UI) and then starting a custom activity which opens my app where i show the call handing screen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant