waitingroom_event_disable_session_renewal

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