react-native-callkeep icon indicating copy to clipboard operation
react-native-callkeep copied to clipboard

Call Interaction UI not showing after accepting the call

Open Irfanwani opened this issue 7 months ago • 1 comments

Bug report

  • [x] I've checked the example to reproduce the issue.

  • Reproduced on:

  • [x] 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

https://github.com/react-native-webrtc/react-native-callkeep/assets/62456735/83bb2049-27f3-4b9d-a36f-c759b7cb18f1

Irfanwani avatar Jul 05 '24 12:07 Irfanwani