You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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
Screen.Recording.2024-07-05.at.5.48.20.PM.mov
The text was updated successfully, but these errors were encountered: