35 lines
1.2 KiB
YAML
35 lines
1.2 KiB
YAML
description: Successfully retrieved all roles and associated permissions in a room
|
|
content:
|
|
application/json:
|
|
schema:
|
|
type: array
|
|
items:
|
|
$ref: '../../schemas/internal/meet-room-role-permissions.yaml'
|
|
example:
|
|
- role: 'moderator'
|
|
permissions:
|
|
livekit:
|
|
roomJoin: true
|
|
room: 'room-123'
|
|
canPublish: true
|
|
canSubscribe: true
|
|
canPublishData: true
|
|
canUpdateOwnMetadata: true
|
|
openvidu:
|
|
canRecord: true
|
|
canChat: true
|
|
canChangeVirtualBackground: true
|
|
- role: 'publisher'
|
|
permissions:
|
|
livekit:
|
|
roomJoin: true
|
|
room: 'room-123'
|
|
canPublish: true
|
|
canSubscribe: true
|
|
canPublishData: true
|
|
canUpdateOwnMetadata: true
|
|
openvidu:
|
|
canRecord: false
|
|
canChat: true
|
|
canChangeVirtualBackground: true
|