openvidu/backend/openapi/components/responses/internal/error-participant-already-exists.yaml

9 lines
285 B
YAML

description: Conflict — The participant already exists in the room
content:
application/json:
schema:
$ref: '../../schemas/error.yaml'
example:
name: 'Participant Error'
message: '"Alice" already exists in the room "room_123"'