Sinch Node.js SDK - v1.5.0
    Preparing search index...

    Interface ParticipantDetails

    interface ParticipantDetails {
        cli?: string;
        duration?: number;
        id?: string;
        muted?: boolean;
        onhold?: boolean;
    }
    Index

    Properties

    cli?: string

    The phone number of the PSTN participant that was connected in the conference, or whatever was passed as CLI for data originated/terminated calls.

    duration?: number

    The number of seconds that the participant has been connected to the conference.

    id?: string

    The callId of the call leg that the participant joined the conference.

    muted?: boolean
    onhold?: boolean