Skip to content

Commit 15599c8

Browse files
Merge pull request #289180 from alvin-l-han/patch-1
Add CreateCallFailed event to documentation
2 parents c4a8b1f + 3222ee6 commit 15599c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ The Call Automation events are sent to the web hook callback URI specified when
145145
| ----------------- | ------------ |
146146
| `CallConnected` | The call successfully started (when using `Answer` or `Create` action) or your application successfully connected to an ongoing call (when using `Connect` action). |
147147
| `CallDisconnected` | Your application has been disconnected from the call. |
148+
| `CreateCallFailed` | Your application has failed to create the call. |
148149
| `ConnectFailed` | Your application failed to connect to a call (for `Connect` call action only). |
149150
| `CallTransferAccepted` | Transfer action successfully completed and the transferee is connected to the target participant. |
150151
| `CallTransferFailed` | The transfer action failed. |

0 commit comments

Comments
 (0)