Skip to content

Commit f1d0c39

Browse files
Merge pull request #284215 from ashwinder/patch-8
Add ref for Rooms docs in CA docs
2 parents 3e58998 + 25f77d7 commit f1d0c39

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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** (in preview)
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.
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](./../../quickstarts/rooms/manage-rooms-call.md), like performing PSTN dial outs for Room using your service.
9595

9696
### Mid-call actions
9797

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
@@ -205,7 +205,8 @@ call_connection_properties = client.connect_call(call_locator=server_call_locato
205205

206206
-----
207207

208-
To connect to a Rooms call, use RoomCallLocator which takes RoomId.
208+
To connect to a Rooms call, use RoomCallLocator which takes RoomId. Learn more about [Rooms](./../../concepts/rooms/room-concept.md) and how Call Automation API can be used to [manage ongoing Rooms call](./../../quickstarts/rooms/manage-rooms-call.md).
209+
209210
### [csharp](#tab/csharp)
210211

211212
```csharp

0 commit comments

Comments
 (0)