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: articles/communication-services/concepts/call-automation/call-automation.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -145,6 +145,7 @@ The Call Automation events are sent to the web hook callback URI specified when
145
145
| ----------------- | ------------ |
146
146
|`CallConnected`| The call successfully started (when using `Answer` or `Create` action) or your application successfully connected to an ongoing call (when using `Connect` action). |
147
147
|`CallDisconnected`| Your application has been disconnected from the call. |
148
+
|`CreateCallFailed`| Your application has failed to create the call. |
148
149
|`ConnectFailed`| Your application failed to connect to a call (for `Connect` call action only). |
149
150
|`CallTransferAccepted`| Transfer action successfully completed and the transferee is connected to the target participant. |
150
151
|`CallTransferFailed`| The transfer action failed. |
0 commit comments