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
Describe the bug
A clear and concise description of what the bug is.
The call notification data some time consist the call_id key and some times not.
In result of that, call declining is not working when app is in terminated state on Android. When the push Meta has call_id key, it is working fine.when it has not.The dialer side it rings tlll the time out period.
Expected behaviour
It should send the call_id key in every push notification metadata.
To Reproduce
1.Make the app in teminated state
2.Call to the app
3.Decline the call
4. Try it 4-5 times, and it is not ending the call.
Kushagra-Esmagico
changed the title
[Bug] Short Bug Description
[Bug] Call Not declining in Android in Terminated State
Jun 5, 2025
Kushagra-Esmagico
changed the title
[Bug] Call Not declining in Android in Terminated State
[Bug] Inbound Call Not declining in Android in Terminated State
Jun 5, 2025
Uh oh!
There was an error while loading. Please reload this page.
Bug Category
SDK Version
^1.2.0
Describe the bug
A clear and concise description of what the bug is.
The call notification data some time consist the call_id key and some times not.
In result of that, call declining is not working when app is in terminated state on Android. When the push Meta has call_id key, it is working fine.when it has not.The dialer side it rings tlll the time out period.
Expected behaviour
It should send the call_id key in every push notification metadata.
To Reproduce
1.Make the app in teminated state
2.Call to the app
3.Decline the call
4. Try it 4-5 times, and it is not ending the call.
Logs
With call_id key
{metadata: {"call_id":"bc35a7f5-98d8-49e5-ad00-7213af8c8c30","caller_name":"19174750460","caller_number":"19174750460","dialogParams":{"custom_headers":[{"name":"X-RTC-CALLID","value":"f34fc26e-d405-48ea-9718-c1764da2714b"},{"name":"X-RTC-SESSID","value":"593cec80-97fd-4b80-ab8b-c1408c07c858"},{"name":"X-parentCallControlID","value":"v3:CFXI6D3KP7rz_nLTyDKqxXrSDhrsKJm_z4S-ZoonHuFYv8WUAdYoug"},{"name":"X-receiverNumber","value":"+14582196049"}]},"rtc_ip":"10.239.129.80","rtc_port":14938,"sent_time":"2025-06-05T09:43:17.752844Z","voice_sdk_id":"VSDK1Cu-BUDpa3pLGW5A1SnCFlXsWVZt2nA"}, message: Incoming call!}
Without call_id key
{metadata: {"caller_name":"19174750460","caller_number":"19174750460","dialogParams":{"custom_headers":[{"name":"X-RTC-CALLID","value":"9c7926fa-2503-40d5-9831-4d4696dae948"},{"name":"X-RTC-SESSID","value":"593cec80-97fd-4b80-ab8b-c1408c07c858"},{"name":"X-parentCallControlID","value":"v3:SXPDILfUSpwAdMqJViIUDAJkzF7rQtaeyj6eOQkHcy4-6VMRMpcj8g"},{"name":"X-receiverNumber","value":"+14582196049"}]},"rtc_ip":"10.239.33.81","rtc_port":14938,"sent_time":"2025-06-05T09:40:54.582395Z","voice_sdk_id":"VSDK1Cu8hUTpah4UMWj2OQzOM0iNsTOrYzg"}, message: Incoming call!}
@Oliver-Zimmerman , let me know if any other details required. The logs are from today only.
The text was updated successfully, but these errors were encountered: