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
Android:
On Android, the default incoming call screen appears as expected. However:
When I click on "Accept Call," the call is accepted, but a second screen opens in the background instead of displaying the default call screen after the call is accepted.
I would also like to handle the native Android hangup event.
iOS:
On iOS, the call functionality works fine while the app is in the foreground. However, when the app is in the background, the call notification appears, but when I click on "Accept," the call immediately hangs up.
Any guidance on these issues would be greatly appreciated!
The text was updated successfully, but these errors were encountered:
@dsonigara when you're refering to notifications are you talking about callKit UI in iOS and the Android equivalent?
The functionality you're talking about is possibly outside the scope of this package, and more in the scope of the callKeep package.
Also provide some sort of logging so we can see why iut immediately hangs up.
mikaelwills
added
the
Out of scope
The problem described isnt an issue with this package, its likely something else in their setup
label
Feb 3, 2025
Android:
On Android, the default incoming call screen appears as expected. However:
When I click on "Accept Call," the call is accepted, but a second screen opens in the background instead of displaying the default call screen after the call is accepted.
I would also like to handle the native Android hangup event.
iOS:
On iOS, the call functionality works fine while the app is in the foreground. However, when the app is in the background, the call notification appears, but when I click on "Accept," the call immediately hangs up.
Any guidance on these issues would be greatly appreciated!
The text was updated successfully, but these errors were encountered: