CallParticipant interface
Contract model of an ACS call participant
Properties
| identifier | Communication identifier of the participant |
| is |
Is participant muted |
| is |
Is participant on hold. |
Property Details
identifier
Communication identifier of the participant
identifier?: CommunicationIdentifier
Property Value
isMuted
Is participant muted
isMuted?: boolean
Property Value
boolean
isOnHold
Is participant on hold.
isOnHold?: boolean
Property Value
boolean