Skip to content

Commit bd2860b

Browse files
authored
simplifying the language
1 parent 76fd490 commit bd2860b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The following list presents the set of features that are currently available in
3939
| | Place new outbound call to one or more endpoints | ✔️ | ✔️ | ✔️ | ✔️ |
4040
| | Redirect* (forward) a call to one or more endpoints | ✔️ | ✔️ | ✔️ | ✔️ |
4141
| | Reject an incoming call | ✔️ | ✔️ | ✔️ | ✔️ |
42-
| | Connect to a call | ✔️ | ✔️ | ✔️ | ✔️ |
42+
| | Connect to an ongoing call or Room | ✔️ | ✔️ | ✔️ | ✔️ |
4343
| Mid-call scenarios | Add one or more endpoints to an existing call | ✔️ | ✔️ | ✔️ | ✔️ |
4444
| | Cancel adding an endpoint to an existing call | ✔️ | ✔️ | ✔️ | ✔️ |
4545
| | 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
9191
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.
9292

9393
**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.
9595

9696
### Mid-call actions
9797

@@ -160,9 +160,9 @@ 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 (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)|
166166
| CallTransferAccepted | Your application’s call leg has been transferred to another endpoint |
167167
| CallTransferFailed | The transfer of your application’s call leg failed |
168168
| AddParticipantSucceeded| Your application added a participant |

0 commit comments

Comments
 (0)