Record
conference-dial-participant-in-params
No description available.
record conference-dial-participant-in-params {
id: string,
call-control-id: string,
client-state: option<string>,
command-id: option<string>,
from-op: string,
hold: option<bool>,
hold-audio-url: option<string>,
hold-media-name: option<string>,
mute: option<bool>,
start-conference-on-enter: option<bool>,
supervisor-role: option<conference-call-request-supervisor-role-enum>,
to: string,
whisper-call-control-ids: option<list<string>>,
}Fields
| Name | Type | Description |
|---|---|---|
| id | string | |
| call-control-id | string | |
| client-state | option<string> | |
| command-id | option<string> | |
| from-op | string | |
| hold | option<bool> | |
| hold-audio-url | option<string> | |
| hold-media-name | option<string> | |
| mute | option<bool> | |
| start-conference-on-enter | option<bool> | |
| supervisor-role | option<conference-call-request-supervisor-role-enum> | |
| to | string | |
| whisper-call-control-ids | option<list<string>> |