openvidu/backend/openapi/components/schemas/internal/meet-participant-options.yaml

22 lines
577 B
YAML

type: object
required:
- roomId
- secret
properties:
roomId:
type: string
description: The unique identifier of the room where the participant will join.
example: 'room-123'
secret:
type: string
description: The secret token from the room Url
example: 'abc123456'
participantName:
type: string
description: The name of the participant.
example: 'Alice'
participantIdentity:
type: string
description: The unique identity of the participant.
example: 'Alice'