cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1312
Views
10
Helpful
1
Replies

How to interrupt a call before the caller picks up with jabber sdk

Julien75448
Level 1
Level 1

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

 

 

1 Reply 1

dstaudt
Cisco Employee
Cisco Employee

The docs seem to suggest that you can implement onConversationOutgoing, which should trigger immediately upon calling startAudioConversation or startVideoConversation.  As you observe, onConversationStarted comes later, after the call has been established/failed.