Package version:

Contract model of an ACS call participant

interface CallParticipant {
    identifier?: any;
    isMuted?: boolean;
    isOnHold?: boolean;
}

Properties

identifier?: any

Communication identifier of the participant

isMuted?: boolean

Is participant muted

isOnHold?: boolean

Is participant on hold.