Hi,
I am developping an angular app and I am doing jabber call with jabber sdk
I do not found in the sdk a way to interrupt my calling when the caller hasn't picked up yet.
I am unable to use telephonyConversation.end() because my telephonyConversation is defined when onConversationStarted is called.
My last action is telephonyController.startVideoConversation(phoneNumber) then I don't found any methods or callbacks to interrupt the calling
Thanks