Skip to content

Commit 6de4fd4

Browse files
Adding CreateCallFailed event to 2024-06-15-preview api-version. Related work item: 3867093 (#30435)
1 parent 3c4ddfa commit 6de4fd4

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

specification/communication/data-plane/CallAutomation/preview/2024-06-15-preview/communicationservicescallautomation.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3433,6 +3433,32 @@
34333433
}
34343434
}
34353435
},
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."
3459+
}
3460+
}
3461+
},
34363462
"RecordingStateChanged": {
34373463
"type": "object",
34383464
"properties": {

0 commit comments

Comments
 (0)