You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/communication/data-plane/CallAutomation/preview/2024-06-15-preview/communicationservicescallautomation.json
+26Lines changed: 26 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3433,6 +3433,32 @@
3433
3433
}
3434
3434
}
3435
3435
},
3436
+
"CreateCallFailed": {
3437
+
"description": "The create call failed event.",
3438
+
"type": "object",
3439
+
"properties": {
3440
+
"callConnectionId": {
3441
+
"description": "Call connection ID.",
3442
+
"type": "string"
3443
+
},
3444
+
"serverCallId": {
3445
+
"description": "Server call ID.",
3446
+
"type": "string"
3447
+
},
3448
+
"correlationId": {
3449
+
"description": "Correlation ID for event to call correlation. Also called ChainId for skype chain ID.",
3450
+
"type": "string"
3451
+
},
3452
+
"operationContext": {
3453
+
"description": "Used by customers when calling mid-call actions to correlate the request to the response event.",
3454
+
"type": "string"
3455
+
},
3456
+
"resultInformation": {
3457
+
"$ref": "#/definitions/ResultInformation",
3458
+
"description": "Contains the resulting SIP code, sub-code and message."
0 commit comments