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
Good morning. I would like to know how to know that outbound call was accepted or rejected. According to docs there is no event for such case.
I use this version "@twilio/voice-react-native-sdk": "^1.0.0",
The text was updated successfully, but these errors were encountered:
Hi @oleksiiSevrukovRedvike do you have answerOnBridge enabled in your TwiML? In any case, you should be able to listen to the connected and connectFailure/disconnected events? Please let me know if those events do not suffice for your use case.
Hey @mhuynh5757, I have the same issue. I think Oleksii ment the issue when you call to someone else and get ios native push, but you can't track if this push was rejected/declined by pressing on a red button.
Because of that, the call reconects and constantly calling unless the receiver accept it and then stops the call.
Could you pls add some code example on how to handle it with any available tool from voice-react-native-sdk.
P.S. adding answerOnBridge not helping. None call/voice events are firing when receiver rejects the call via push menu
Good morning. I would like to know how to know that outbound call was accepted or rejected. According to docs there is no event for such case.
I use this version "@twilio/voice-react-native-sdk": "^1.0.0",
The text was updated successfully, but these errors were encountered: