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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ The following list presents the set of features that are currently available in
39
39
|| Place new outbound call to one or more endpoints | ✔️ | ✔️ | ✔️ | ✔️ |
40
40
|| Redirect* (forward) a call to one or more endpoints | ✔️ | ✔️ | ✔️ | ✔️ |
41
41
|| Reject an incoming call | ✔️ | ✔️ | ✔️ | ✔️ |
42
-
|| Connect to a call | ✔️ | ✔️ | ✔️ | ✔️ |
42
+
|| Connect to an ongoing call or Room| ✔️ | ✔️ | ✔️ | ✔️ |
43
43
| Mid-call scenarios | Add one or more endpoints to an existing call | ✔️ | ✔️ | ✔️ | ✔️ |
44
44
|| Cancel adding an endpoint to an existing call | ✔️ | ✔️ | ✔️ | ✔️ |
45
45
|| Play Audio from an audio file | ✔️ | ✔️ | ✔️ | ✔️ |
@@ -91,7 +91,7 @@ Using the IncomingCall event from Event Grid, a call can be redirected to one or
91
91
Create Call action can be used to place outbound calls to phone numbers and to other communication users. Use cases include your application placing outbound calls to proactively inform users about an outage or notify about an order update.
92
92
93
93
**Connect Call**
94
-
Connect Call action can be used to connect to a call. Use cases include to coonect and manage virtual meeting programmatically.
94
+
Connect Call action can be used to connect to an ongoing call and take call actions on it. You can also use this action to connect and manage a Rooms call programmatically, like performing PSTN dial outs for Room using your service.
95
95
96
96
### Mid-call actions
97
97
@@ -160,9 +160,9 @@ 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 (inbound or outbound) or your application connected to an ongoing call (using connect call action)|
164
-
| CallDisconnected | Your application’s call leg is disconnected or your application disconnected from a call (for connect call action)|
165
-
| ConnectFailed | Your application failed to connect to a call (for connect call action)|
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 |
165
+
| ConnectFailed | Your application failed to connect to a call (for connect call action only)|
166
166
| CallTransferAccepted | Your application’s call leg has been transferred to another endpoint |
167
167
| CallTransferFailed | The transfer of your application’s call leg failed |
168
168
| AddParticipantSucceeded| Your application added a participant |
0 commit comments