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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -147,7 +147,8 @@ The Call Automation events are sent to the web hook callback URI specified when
147
147
| ----------------- | ------------ |
148
148
| CallConnected | The call has successfully started (when using Answer or Create action) or your application has successfully connected to an ongoing call (when using Connect action)|
149
149
| CallDisconnected | Your application has been disconnected from the call |
150
-
| CreateCallFailed | Your application failed to create a call |
150
+
| CreateCallFailed (in preview)| Your application failed to create a call |
151
+
| AnswerCallFailed (in preview) | Your application failed to answer an incoming call |
151
152
| ConnectFailed | Your application failed to connect to a call (for connect call action only)|
152
153
| CallTransferAccepted | Transfer action has successfully completed and the transferee is connected to the target participant |
153
154
| CallTransferFailed | The transfer action has failed |
0 commit comments