juancarmore 450aa85b88 Revert "Revert commits 6c7bfd4 5638025 da7759d ba374ce cf84de4 39a9b7d e990c19"
This reverts commit 0ab6a48e13ec15267de4373f2647745cc184bb87.
2026-01-07 10:13:08 +01:00

59 lines
1.7 KiB
YAML

type: object
properties:
canRecord:
type: boolean
example: true
description: Can start/stop recording the meeting.
canRetrieveRecordings:
type: boolean
example: true
description: Can list and play recordings.
canDeleteRecordings:
type: boolean
example: false
description: Can delete recordings.
canJoinMeeting:
type: boolean
example: true
description: Can join the meeting.
canShareAccessLinks:
type: boolean
example: false
description: Can share access links to invite others.
canMakeModerator:
type: boolean
example: false
description: Can promote other participants to moderator role.
canKickParticipants:
type: boolean
example: false
description: Can remove other participants from the meeting.
canEndMeeting:
type: boolean
example: false
description: Can end the meeting for all participants.
canPublishVideo:
type: boolean
example: true
description: Can publish video in the meeting.
canPublishAudio:
type: boolean
example: true
description: Can publish audio in the meeting.
canShareScreen:
type: boolean
example: false
description: Can share screen in the meeting.
canReadChat:
type: boolean
example: true
description: Can read chat messages in the meeting.
canWriteChat:
type: boolean
example: true
description: Can send chat messages in the meeting.
canChangeVirtualBackground:
type: boolean
example: true
description: Can change the virtual background.