openvidu/backend/openapi/components/headers/set-cookie-recording-token.yaml

7 lines
227 B
YAML

description: >
The cookie containing the recording token.
This cookie is used to access the recordings in a room.
schema:
type: string
example: 'OvMeetRecordingToken=token_123456; Path=/; HttpOnly; SameSite=Strict'