Skip to content

Commit cdb53a2

Browse files
authored
fixing event name
1 parent 5c54057 commit cdb53a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/communication-services/concepts/call-automation/call-automation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ The Call Automation events are sent to the web hook callback URI specified when
153153
| `CallConnected` | The call successfully started (when using `Answer` or `Create` action) or your application successfully connected to an ongoing call (when using `Connect` action). |
154154
| `CallDisconnected` | Your application has been disconnected from the call. |
155155
| `CreateCallFailed` | Your application has failed to create the call. |
156-
| `AnswerCallFailed` | Your application has failed to answer the call. |
156+
| `AnswerFailed` | Your application has failed to answer the call. |
157157
| `ConnectFailed` | Your application failed to connect to a call (for `Connect` call action only). |
158158
| `CallTransferAccepted` | Transfer action successfully completed and the transferee is connected to the target participant. |
159159
| `CallTransferFailed` | The transfer action failed. |

0 commit comments

Comments
 (0)