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
The incoming call notifications on Android are not functioning as expected for VoIP calls. Instead of appearing as persistent VoIP notifications, they are displayed as standard push notifications, similar to messages or updates. The notification rings only once and can be dismissed by swiping without any further action. It should remain sticky until the user accepts or declines the call. Additionally, the decline button on the notification does not function correctly; it does nothing on clicking, it fails to notify the caller that the call has been rejected, causing the caller's device to continue ringing.
Steps to Reproduce
Generate an access token with the Push Credentials SID.
Use the generated access token in the app.
Run the app on an Android device.
Swipe the app away from recent apps (to observe how incoming voice call notifications are handled).
Initiate a call to this Android device from another device.
Expected Behavior
The incoming VoIP notification should persist on the screen until the user accepts or declines the call. The call should ring continuously like a standard incoming call. The decline button should function correctly, notifying the calling device that the call has been rejected.
Actual Behavior
The incoming notification appears as a regular push notification, ringing only once and disappearing if swiped. The decline button does not perform any action, leaving the caller's device ringing.
Voice Android SDK
version 6.6.2
OS Version
Android 13 Go edition
Device Model
Xiomi Redmi A2+
The text was updated successfully, but these errors were encountered:
@rentorbid The decline button functionality has been fixed, thank you for reporting it. As for the notification style/behavior, we are soon going to refactor the quickstart and in that process, the notification behavior should improve. Thank you for reporting it.
Description
The incoming call notifications on Android are not functioning as expected for VoIP calls. Instead of appearing as persistent VoIP notifications, they are displayed as standard push notifications, similar to messages or updates. The notification rings only once and can be dismissed by swiping without any further action. It should remain sticky until the user accepts or declines the call. Additionally, the decline button on the notification does not function correctly; it does nothing on clicking, it fails to notify the caller that the call has been rejected, causing the caller's device to continue ringing.
Steps to Reproduce
Expected Behavior
The incoming VoIP notification should persist on the screen until the user accepts or declines the call. The call should ring continuously like a standard incoming call. The decline button should function correctly, notifying the calling device that the call has been rejected.
Actual Behavior
The incoming notification appears as a regular push notification, ringing only once and disappearing if swiped. The decline button does not perform any action, leaving the caller's device ringing.
Voice Android SDK
version 6.6.2
OS Version
Android 13 Go edition
Device Model
Xiomi Redmi A2+
The text was updated successfully, but these errors were encountered: