waitingroom_event_session_duration

If set, the event will override the waiting room's `session_duration` 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-session-duration-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/waitingroom_event_session_duration",
  "title": "waitingroom_event_session_duration",
  "description": "If set, the event will override the waiting room's `session_duration` property while it is active. If null, the event will inherit it.",
  "maximum": 30,
  "minimum": 1,
  "nullable": true,
  "type": "integer"
}