Avaya Infinity Omni SDK
    Preparing search index...

    User session object which contains the conversation details and user information.

    type UserSession<T> = {
        conversations: T[];
        displayName?: string;
        featureConfigs: FeatureConfigs;
        participantId?: string;
        sessionParameters?: Record<string, string | undefined>;
    }

    Type Parameters

    • T
    Index

    Properties

    conversations: T[]

    The user's currently active Conversations.

    displayName?: string

    Display name of the user.

    featureConfigs: FeatureConfigs

    Configuration information about various features provided by the Omni SDK. Note: these configurations are received from the server, and are not configurable by the client.

    participantId?: string

    Unique identifier for the participant(User).

    sessionParameters?: Record<string, string | undefined>

    Additional context information about this session of the User.