Skip to content

Commit 79fc9d5

Browse files
authored
fixed event description
1 parent a7bf280 commit 79fc9d5

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -160,18 +160,18 @@ The Call Automation events are sent to the web hook callback URI specified when
160160

161161
| Event | Description |
162162
| ----------------- | ------------ |
163-
| CallConnected | Your application’s call leg is connected (for inbound or outbound calls) or connected to an ongoing call (using connect call action)|
164-
| CallDisconnected | Your application’s call leg is disconnected from the call |
163+
| 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)|
164+
| CallDisconnected | Your application has been disconnected from the call |
165165
| ConnectFailed | Your application failed to connect to a call (for connect call action only)|
166-
| CallTransferAccepted | Your application’s call leg has been transferred to another endpoint |
167-
| CallTransferFailed | The transfer of your application’s call leg failed |
168-
| AddParticipantSucceeded| Your application added a participant |
169-
| AddParticipantFailed | Your application was unable to add a participant |
170-
| CancelAddParticipantSucceeded| Your application canceled adding a participant |
171-
| CancelAddParticipantFailed | Your application was unable to cancel adding a participant |
172-
| RemoveParticipantSucceeded| Your application has successfully removed a participant from the call. |
173-
| RemoveParticipantFailed | Your application was unable to remove a participant from the call. |
174-
| ParticipantsUpdated | The status of a participant changed while your application’s call leg was connected to a call |
166+
| CallTransferAccepted | Transfer action has successfully completed and the transferee is connected to the target participant |
167+
| CallTransferFailed | The transfer action has failed |
168+
| AddParticipantSucceeded| Your application has successfully added a participant to the call |
169+
| AddParticipantFailed | Your application was unable to add a participant to the call (due to an error or the participant didn't accept the invite |
170+
| CancelAddParticipantSucceeded| Your application canceled an AddParticipant request successfully (i.e. the participant was not added to the call) |
171+
| CancelAddParticipantFailed | Your application was unable to cancel an AddParticipant request (this could be because the request has already been processed) |
172+
| RemoveParticipantSucceeded| Your application has successfully removed a participant from the call |
173+
| RemoveParticipantFailed | Your application was unable to remove a participant from the call |
174+
| ParticipantsUpdated | The status of a participant changed while your application was connected to a call |
175175
| PlayCompleted | Your application successfully played the audio file provided |
176176
| PlayFailed | Your application failed to play audio |
177177
| PlayCanceled | The requested play action has been canceled |

0 commit comments

Comments
 (0)