cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
703
Views
1
Helpful
3
Replies

Webex Calling Call Control API

erevel
Level 1
Level 1

Hi 
is the Webex Calling Call Control API is providing events (via webhook subscription) in real-time or near real-time? 
If near real-time, what is the SLA? seconds? milliseconds?
thanks,

1 Accepted Solution

Janos Benyovszki
Cisco Employee
Cisco Employee

As mentioned in the generic Webhooks doc https://developer.webex.com/docs/webhooks : 

The benefit of using webhooks is that they allow your application to receive real-time data from Webex, so you can keep up with the state of your resources (i.e. rooms, messages, memberships, etc.).

The response is near-real time, because this is a cloud service and the actual time can depend on network conditions and loads at the time of the webhook trigger.

View solution in original post

3 Replies 3

Janos Benyovszki
Cisco Employee
Cisco Employee

As mentioned in the generic Webhooks doc https://developer.webex.com/docs/webhooks : 

The benefit of using webhooks is that they allow your application to receive real-time data from Webex, so you can keep up with the state of your resources (i.e. rooms, messages, memberships, etc.).

The response is near-real time, because this is a cloud service and the actual time can depend on network conditions and loads at the time of the webhook trigger.

Janos Benyovszki
Cisco Employee
Cisco Employee

@erevel yes, the Call Control API does support webhooks, you can find them here https://developer.webex.com/docs/webhooks under telephony_calls resource. Responses should be near-real time.

Thanks Janos,

But how close to real-time? what is the expected response time?