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

NameTypeDescription
call-control-idstring
call-leg-idstring
conferenceparticipant-conference
created-atstring
end-conference-on-exitbool
idstring
mutedbool
on-holdbool
record-typeparticipant-record-type-enum
soft-end-conference-on-exitbool
statusparticipant-status-enum
updated-atstring
whisper-call-control-idslist​<string>