Call State Synchronization
- DarkLight
Call State Synchronization
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
This API is used to synchronize the call state.
Pre-requisite
The third-party application registration must be completed.
Sequence Diagram
Message Structure
Request Parameters | Value |
---|---|
channel | Amazon |
topic | OutboundCall |
subtopic | StateSync |
source | <<app-name-broadcasting-this-message>> |
Response Parameters | Value | |
---|---|---|
Response will be corresponding call events |
Sample Request
{
"channel": "Amazon",
"topic": "OutboundCall",
"subtopic": "StateSync",
"source": "myapp"
}
Was this article helpful?