Skip to content

Commit

Permalink
Elavarasi/callautomation alpha 2024 09 01 (#31242)
Browse files Browse the repository at this point in the history
* Create communicationservicescallautomation.json

* Update readme.md

* Update readme.md

* Update readme.md

* Update communicationservicescallautomation.json
  • Loading branch information
elavarasidc authored Oct 25, 2024
1 parent facc479 commit 04a8c76
Showing 1 changed file with 26 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5107,6 +5107,32 @@
}
}
},
"ConnectFailed": {
"description": "The ConnectFailed event.",
"type": "object",
"properties": {
"callConnectionId": {
"description": "Call connection ID.",
"type": "string"
},
"serverCallId": {
"description": "Server call ID.",
"type": "string"
},
"correlationId": {
"description": "Correlation ID for event to call correlation. Also called ChainId for skype chain ID.",
"type": "string"
},
"operationContext": {
"description": "Used by customers to set the context for connecting to a call.",
"type": "string"
},
"resultInformation": {
"$ref": "#/definitions/ResultInformation",
"description": "Contains the resulting SIP code, sub-code and message."
}
}
},
"TranscriptionUpdated": {
"type": "object",
"properties": {
Expand Down

0 comments on commit 04a8c76

Please sign in to comment.