cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
763
Views
0
Helpful
2
Replies

Get call duration (Jabber SDK Voice & Video)

clement.tessier
Beginner
Beginner

Dear all,

I am looking for a way to get the call duration via the Jabber SDK for Voice & Video (cwic). Where can I get this?

Thank you very much for your help,

Kind regards

2 Replies 2

npetrele
Cisco Employee
Cisco Employee

There is no API method for call duration.  You could record the call start time, note the end time yourself and then calculate the duration in your app. 

Call start: The new Date() when the conversationStart.cwic event was fired for the call.