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
On Android, when the user accepts the call, it successfully navigates to the app. However, on iOS, it shows "call failed" instead of navigating to the app. Could you help me identify the issue here?
Thank you
The text was updated successfully, but these errors were encountered:
Are you on Terminate state for iOS? if yes, it will not open up the app, instead you need to add PUSHKIT and CALLKIT as mentioned in PUSH kit readme. & implement listeners and inside listeners when call is accepted run your flutter initilization code related to voip.
Hi @hiennguyen92,
On Android, when the user accepts the call, it successfully navigates to the app. However, on iOS, it shows "call failed" instead of navigating to the app. Could you help me identify the issue here?
Thank you
The text was updated successfully, but these errors were encountered: