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
Room participants can be assigned one of the following roles: **Presenter**, **Attendee**, and **Consumer**.
151
+
Room participants can be assigned one of the following roles: **Presenter**, **Collaborator**, **Attendee**, and **Consumer**.
151
152
152
-
The following table provides 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.
153
+
The following table provides detailed capabilities mapped to the roles. At a high level, **Presenter** role has full control, **Collaborator**has audio, video, and screenshare capabilities, **Attendee** has audio and video capabilities, while **Consumer** can only receive audio, video, and screen sharing.
153
154
154
155
<b>Note:</b> A PSTN call participant is not a part of Room roster, so a user role is not assigned to them. They capabilities are limited to mute/unmute themselves on the local device.
Copy file name to clipboardExpand all lines: articles/communication-services/how-tos/calling-sdk/manage-role-assignment.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,11 +45,17 @@ You create a 'Call' instance when you join the Teams meeting or Room with callin
45
45
- Presenter
46
46
- Organizer
47
47
- Consumer
48
+
- Collaborator
49
+
50
+
To learn about the roles and capabilities in Rooms please see more [here](./../../concepts/rooms/room-concept.md#predefined-participant-roles-and-permissions-in-virtual-rooms-calls).
48
51
49
52
```js
50
53
constrole=meetingCall.role;
51
54
```
52
55
56
+
> [!NOTE]
57
+
> Collaborator is only available in beta for Azure Communication Services Calling Web SDK version 1.34.1-beta.2 or higher.
58
+
53
59
## Subscribe to role changes
54
60
55
61
During the Teams meeting or Room, your role can be changed. To learn about the change, subscribe to an event, `roleChanged`, on the `Call` object.
0 commit comments