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

9 lines
242 B
YAML

description: Participant not found
content:
application/json:
schema:
$ref: '../../schemas/error.yaml'
example:
name: 'Participant Error'
message: '"Alice" not found in room "room_123"'