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']