Skip to content

Commit 6d330fe

Browse files
committed
Updated per review comments
1 parent 75d957c commit 6d330fe

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/communication-services/quickstarts/rooms/manage-rooms-call.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.custom: mode-other
1616
# Quickstart: Manage a room call
1717

1818
## Introduction
19-
Azure Communication Services (ACS) room call is started, the call can be managed using Calling SDKs, Call Automation SDKs or both. In a room call, the mid-call actions are controlled by either the roles assigned to participants and properties configured in the room.
19+
Once Azure Communication Services (ACS) room call is started, the call can be managed using Calling SDKs or Call Automation SDKs or both. In a room call, the mid-call actions are controlled by either the roles assigned to participants and properties configured in the room. The participant's roles are used to control capabilities permitted per participant while room's properties are applied to a room call as a whole.
2020

2121
## Calling SDKs
2222
Calling SDK is a client side calling libraries enabling participants in a room call to perform several mid-call operations (e.g. screen share, turn on/off video, mute/unmute, etc. ). Full list of capabilities offered in Calling SDK is listed in the [Calling SDK Overview](../../concepts/voice-video-calling/calling-sdk-features.md#detailed-capabilities)
@@ -249,15 +249,15 @@ call_connection_client.hang_up(is_for_everyone=True)
249249

250250
## Other Actions
251251
The following mid-call actions are also supported in a room call.
252-
1. Add Participant (ACS identifier)
253-
1. Remove Participant (ACS identifier)
254-
1. Cancel Add Participant (ACS identifier and PSTN number)
252+
1. Add participant (ACS identifier)
253+
1. Remove participant (ACS identifier)
254+
1. Cancel add participant (ACS identifier and PSTN number)
255255
1. Hang up call
256-
1. Get Participant (ACS identifier and PSTN number)
257-
1. Get Participants (ACS identifier and PSTN number)
258-
1. Get Call
256+
1. Get participant (ACS identifier and PSTN number)
257+
1. Get multiple participants (ACS identifier and PSTN number)
258+
1. Get latest info about a call
259259
1. Play both audio files and text
260-
1. Play All both audio files and text
260+
1. Play all both audio files and text
261261
1. Recognize both DTMF and speech
262262
1. Recognize continuous DTMF
263263

0 commit comments

Comments
 (0)