Skip to content

Commit 6014a2f

Browse files
Merge pull request #284124 from ashwinder/patch-7
Add preview label for Connect API
2 parents 81599cf + 70ce4d5 commit 6014a2f

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
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 an ongoing call or Room | ✔️ | ✔️ | ✔️ | ✔️ |
42+
| | Connect to an ongoing call or Room (in preview) | ✔️ | ✔️ | ✔️ | ✔️ |
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 | ✔️ | ✔️ | ✔️ | ✔️ |
@@ -51,8 +51,8 @@ The following list presents the set of features that are currently available in
5151
| | Send DTMF | ✔️ | ✔️ | ✔️ | ✔️ |
5252
| | Mute participant | ✔️ | ✔️ | ✔️ | ✔️ |
5353
| | Remove one or more endpoints from an existing call| ✔️ | ✔️ | ✔️ | ✔️ |
54-
| | Blind Transfer* a 1:1 call to another endpoint | ✔️ | ✔️ | ✔️ | ✔️ |
55-
| | Blind Transfer* a participant from group call to another endpoint| ✔️ | ✔️ | ✔️ | ✔️ |
54+
| | Blind Transfer a 1:1 call to another endpoint | ✔️ | ✔️ | ✔️ | ✔️ |
55+
| | Blind Transfer a participant from group call to another endpoint| ✔️ | ✔️ | ✔️ | ✔️ |
5656
| | Hang up a call (remove the call leg) | ✔️ | ✔️ | ✔️ | ✔️ |
5757
| | Terminate a call (remove all participants and end call)| ✔️ | ✔️ | ✔️ | ✔️ |
5858
| | Cancel media operations | ✔️ | ✔️ | ✔️ | ✔️ |
@@ -62,7 +62,7 @@ The following list presents the set of features that are currently available in
6262
| | List all participants in a call | ✔️ | ✔️ | ✔️ | ✔️ |
6363
| Call Recording | Start/pause/resume/stop recording | ✔️ | ✔️ | ✔️ | ✔️ |
6464

65-
*Transfer or redirect of a VoIP call to a phone number is currently not supported.
65+
*Redirect of a VoIP call to a phone number is not supported.
6666

6767
## Architecture
6868

@@ -90,7 +90,7 @@ Using the IncomingCall event from Event Grid, a call can be redirected to one or
9090
**Create Call**
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

93-
**Connect Call**
93+
**Connect Call** (in preview)
9494
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

articles/communication-services/how-tos/call-automation/actions-for-call-control.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,8 @@ The response provides you with CallConnection object that you can use to take fu
166166
2. `ParticipantsUpdated` event that contains the latest list of participants in the call.
167167
![Sequence diagram for placing an outbound call.](media/make-call-flow.png)
168168

169-
## Connect to a call
169+
## Connect to a call (in preview)
170+
170171
Connect action enables your service to establish a connection with an ongoing call and take actions on it. This is useful to manage a Rooms call or when client applications started a 1:1 or group call that Call automation isn't part of. Connection is established using the CallLocator property and can be of types: ServerCallLocator, GroupCallLocator, and RoomCallLocator. These IDs can be found when the call is originally established or a Room is created, and also published as part of [CallStarted](./../../../event-grid/communication-services-voice-video-events.md#microsoftcommunicationcallstarted) event.
171172

172173
To connect to any 1:1 or group call, use the ServerCallLocator. If you started a call using GroupCallId, you can also use the GroupCallLocator.

0 commit comments

Comments
 (0)