Record
list-conference-participants-params
No description available.
record list-conference-participants-params {
conference-id: string,
filter-muted: option<bool>,
filter-on-hold: option<bool>,
filter-whispering: option<bool>,
page-number: option<s32>,
page-size: option<s32>,
}Fields
| Name | Type | Description |
|---|---|---|
| conference-id | string | |
| filter-muted | option<bool> | |
| filter-on-hold | option<bool> | |
| filter-whispering | option<bool> | |
| page-number | option<s32> | |
| page-size | option<s32> |