Record
list-participant-params
No description available.
record list-participant-params {
account-sid: string,
conference-sid: string,
muted: option<bool>,
hold: option<bool>,
coaching: option<bool>,
page-size: option<s32>,
page: option<s32>,
page-token: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| account-sid | string | |
| conference-sid | string | |
| muted | option<bool> | |
| hold | option<bool> | |
| coaching | option<bool> | |
| page-size | option<s32> | |
| page | option<s32> | |
| page-token | option<string> |