Hello. I just have a quick question about notifications on outbound calls.
What I have subscribed so far are,
'v2.users.' + myUserId + '.conversations' AND
'v2.users.' + myUserId + '.conversations.calls'
And when I make an outbound call,
I get notifications on conversation telling me that
particiants's call state changing from contacting -> dialing -> connected.
However, it seems that the call state is changed to connected when the user is
dialing/connecting to the external, not when the external receives the call.
I don't get any notifcations when the external receives the call.
Is there any subscription topic that I am missing?
Or do I have to use polling on the user's calls on monitoring how the call state is changed?
And if so, do I have to use websocket and polling at the same time to get the information?
If you can help me out here, please help.