You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
19
19
20
20
Here are the main scenarios where rooms are useful:
21
21
@@ -86,13 +86,13 @@ Rooms can be set to operate in two levels of control over who is allowed to join
86
86
87
87
## Predefined participant roles and permissions
88
88
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.
90
90
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.
0 commit comments