Skip to content

Commit 30ef06c

Browse files
committed
address review comments
1 parent 7a1abdb commit 30ef06c

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

articles/communication-services/concepts/rooms/room-concept.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.service: azure-communication-services
1515

1616
[!INCLUDE [Public Preview Notice](../../includes/public-preview-include.md)]
1717

18-
Azure Communication Services provide a concept of a room for developers who are building structured conversations such as virtual appointments or virtual events. Rooms currently allow voice and video calling.
18+
Azure Communication Services provides a concept of a room for developers who are building structured conversations such as virtual appointments or virtual events. Rooms currently allow voice and video calling.
1919

2020
Here are the main scenarios where rooms are useful:
2121

@@ -86,13 +86,13 @@ Rooms can be set to operate in two levels of control over who is allowed to join
8686

8787
## Predefined participant roles and permissions
8888

89-
Room participants can be assigned one of the following roles: <b>Presenter</b>, <b>Attendee</b> and <b>Consumer</b>. By default, a user is assigned an <b>Attendee</b> role, if no other role is assigned.
89+
Room participants can be assigned one of the following roles: **Presenter**, **Attendee** and **Consumer**. By default, a user is assigned an **Attendee** role, if no other role is assigned.
9090

91-
The tables below provide detailed capabilities mapped to the roles. At a high level, <b>Presenter</b> role has full control, <b>Attendee</b> capabilities are limited to audio and video, while <b>Consumer</b> can only receive audio, video and screen sharing.
91+
The tables below provide detailed capabilities mapped to the roles. At a high level, **Presenter** role has full control, **Attendee** capabilities are limited to audio and video, while **Consumer** can only receive audio, video and screen sharing.
9292

9393
| Capability | Role: Presenter | Role: Attendee | Role: Consumer
9494
|---------------------------------------------| :--------: | :--------: | :--------: |
95-
| <b>Mid call controls</b> | | |
95+
| **Mid call controls** | | |
9696
| - Turn video on/off | ✔️ | ✔️ ||
9797
| - Mute/Unmute mic | ✔️ | ✔️ ||
9898
| - Switch between cameras | ✔️ | ✔️ ||
@@ -103,14 +103,14 @@ The tables below provide detailed capabilities mapped to the roles. At a high le
103103
| - Show call state (Early media, Incoming, Connecting, Ringing, Connected, Hold, Disconnecting, Disconnected | ✔️ | ✔️ | ✔️ |
104104
| - Show if a participant is muted | ✔️ | ✔️ | ✔️ |
105105
| - Show the reason why a participant left a call | ✔️ | ✔️ | ✔️ |
106-
| <b>Screen sharing</b> | | |
106+
| **Screen sharing** | | |
107107
| - Share screen | ✔️ * |||
108108
| - Share an application | ✔️ * |||
109109
| - Share a browser tab | ✔️ * |||
110110
| - Participants can view shared screen | ✔️ | ✔️ | ✔️ |
111-
| <b>Roster management</b> | | |
111+
| **Roster management** | | |
112112
| - Remove a participant | ✔️ |||
113-
| <b>Device management</b> | | |
113+
| **Device management** | | |
114114
| - Ask for permission to use audio and/or video | ✔️ | ✔️ ||
115115
| - Get camera list | ✔️ | ✔️ ||
116116
| - Set camera | ✔️ | ✔️ ||
@@ -121,7 +121,7 @@ The tables below provide detailed capabilities mapped to the roles. At a high le
121121
| - Get speakers list | ✔️ * | ✔️ * | ✔️ * |
122122
| - Set speaker | ✔️ * | ✔️ * | ✔️ * |
123123
| - Get selected speaker | ✔️ | ✔️ | ✔️ |
124-
| <b>Video rendering</b> | | |
124+
| **Video rendering** | | |
125125
| - Render a video in multiple places (local camera or remote stream) | ✔️ | ✔️ | ✔️ <br>(Only Remote)</br> |
126126
| - Set/Update video scaling mode | ✔️ | ✔️ | ✔️ <br>(Only Remote)</br> |
127127
| - Render remote video stream | ✔️ | ✔️ | ✔️ |

articles/communication-services/toc.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,10 @@ items:
209209
href: concepts/detailed-call-flows.md
210210
- name: Known issues
211211
href: concepts/known-issues.md
212+
- name: Rooms
213+
items:
214+
- name: Rooms overview
215+
href: concepts/rooms/room-concept.md
212216
- name: UI Library
213217
items:
214218
- name: UI Library overview

0 commit comments

Comments
 (0)