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

9 lines
294 B
YAML

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