Conexia Telecom SDK
    Preparing search index...

    Type Alias ConferenceParticipant

    Represents confernece participant.

    type ConferenceParticipant = {
        conferenceUid: string;
        muted: boolean;
        name: string;
        number: string;
        talking: boolean;
        uid: string;
    }
    Index
    conferenceUid: string

    Unique identifier of conference that participant is a part of.

    muted: boolean

    Indicates whether participatn is currenlty muted.

    name: string

    Name of the partcipant.

    number: string

    Number of the participant.

    talking: boolean

    Indicates whether participant is currently talking.

    uid: string

    Unique identifier of conference participant.