Record
participant
No description available.
record participant {
call-control-id: string,
call-leg-id: string,
conference: participant-conference,
created-at: string,
end-conference-on-exit: bool,
id: string,
muted: bool,
on-hold: bool,
record-type: participant-record-type-enum,
soft-end-conference-on-exit: bool,
status: participant-status-enum,
updated-at: string,
whisper-call-control-ids: list<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| call-control-id | string | |
| call-leg-id | string | |
| conference | participant-conference | |
| created-at | string | |
| end-conference-on-exit | bool | |
| id | string | |
| muted | bool | |
| on-hold | bool | |
| record-type | participant-record-type-enum | |
| soft-end-conference-on-exit | bool | |
| status | participant-status-enum | |
| updated-at | string | |
| whisper-call-control-ids | list<string> |