{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConferenceStateEnum", "title": "ConferenceStateEnum", "type": "string", "enum": [ "connected", "held", "disconnected" ], "description": " * `connected` - The controller is an active participant.\n * `held` - The controller has held the conference and so is no longer an active participant.\n * `disconnected` - The conference has been released.\n" }