Name | Type | Description | Notes |
---|---|---|---|
recordType | RecordTypeEnum | ||
id | String | Uniquely identifies the participant | |
callLegId | String | Uniquely identifies the call leg associated with the participant | |
callControlId | String | Call Control ID associated with the partiipant of the conference | |
conference | ParticipantConference | ||
whisperCallControlIds | List<String> | Array of unique call_control_ids the participant can whisper to.. | |
createdAt | String | ISO 8601 formatted date of when the participant was created | |
updatedAt | String | ISO 8601 formatted date of when the participant was last updated | |
endConferenceOnExit | Boolean | Whether the conference will end and all remaining participants be hung up after the participant leaves the conference. | |
softEndConferenceOnExit | Boolean | Whether the conference will end after the participant leaves the conference. | |
status | StatusEnum | The status of the participant with respect to the lifecycle within the conference | |
muted | Boolean | Whether the participant is muted. | |
onHold | Boolean | Whether the participant is put on_hold. |
Name | Value |
---|---|
PARTICIPANT | "participant" |
Name | Value |
---|---|
JOINING | "joining" |
JOINED | "joined" |
LEFT | "left" |