| Name | Type | Description | Notes |
|---|---|---|---|
| alias | String | Description for this conference. Maximum 64 characters. | [optional] |
| playBeep | PlayBeepEnum | Controls when a beep is played. Valid values: `always`, `never`, `entryOnly`, `exitOnly`. | [optional] |
| status | StatusEnum | New status of the conference. Valid values: `empty` or `terminated`. For more information, see Status Parameter below.** | [optional] |
| Name | Value |
|---|---|
| ALWAYS | "always" |
| NEVER | "never" |
| ENTRY_ONLY | "entryOnly" |
| EXIT_ONLY | "exitOnly" |
| Name | Value |
|---|---|
| EMPTY | "empty" |
| TERMINATED | "terminated" |