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
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -160,18 +160,18 @@ The Call Automation events are sent to the web hook callback URI specified when
160
160
161
161
| Event | Description |
162
162
| ----------------- | ------------ |
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 |
165
165
| 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 |
175
175
| PlayCompleted | Your application successfully played the audio file provided |
176
176
| PlayFailed | Your application failed to play audio |
177
177
| PlayCanceled | The requested play action has been canceled |
0 commit comments