waitingroom_event_queueing_method

If set, the event will override the waiting room's `queueing_method` property while it is active. If null, the event will inherit it.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-waitingroom-event-queueing-method-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/waitingroom_event_queueing_method",
  "title": "waitingroom_event_queueing_method",
  "description": "If set, the event will override the waiting room's `queueing_method` property while it is active. If null, the event will inherit it.",
  "example": "random",
  "nullable": true,
  "type": "string"
}