openvidu/backend/openapi/components/responses/error-room-not-found.yaml

9 lines
220 B
YAML

description: Room not found
content:
application/json:
schema:
$ref: '../schemas/error.yaml'
example:
error: 'Room Error'
message: 'Room "room_123" does not exist'