Unblu Embedded App Component API
    Preparing search index...

    Interface CurrentConversationParticipant

    interface CurrentConversationParticipant {
        authenticationRole?: AuthenticationRole;
        email?: string;
        name: string;
        participationType: ConversationParticipationType;
        personId: string;
        phoneNumber?: string;
        sourceId?: string;
        username?: string;
    }
    Index

    Properties

    authenticationRole?: AuthenticationRole

    Authentication role of the participant. Only set if it's configured to be exposed

    email?: string

    Email address of the participant. Only set if it's configured to be exposed

    name: string

    Name of the participant

    Participation type of the participant

    personId: string

    Person ID of the participant

    phoneNumber?: string

    Phone number of the participant. Only set if it's configured to be exposed

    sourceId?: string

    Source ID of the participant. Only set if it's configured to be exposed

    username?: string

    Username of the participant. Only set if it's configured to be exposed