Avaya Infinity Omni SDK
    Preparing search index...

    Defines the type of the participant

    type Participant = {
        channel?: string;
        displayName?: string;
        participantId: string;
        participantType: ParticipantType;
    }
    Index

    Properties

    channel?: string

    Channel of the participant

    displayName?: string

    Display name of the participant.

    participantId: string

    Id of the participant.

    participantType: ParticipantType

    Type of the participant.