13 lines
424 B
YAML
13 lines
424 B
YAML
name: x-participant-role
|
|
in: header
|
|
description: |
|
|
The role of the participant in the meeting. It can be one of the following values:
|
|
- `moderator`: Can manage the room and its participants.
|
|
- `speaker`: Can publish media streams to the room.
|
|
|
|
This is required to distinguish roles when multiple are present in the participant token
|
|
required: true
|
|
schema:
|
|
type: string
|
|
enum: ['moderator', 'speaker']
|