Avaya Infinity Omni SDK
    Preparing search index...

    The configuration for the participant avatar in the theme.

    type ParticipantAvatar = {
        backgroundColor?: CSSProperties["backgroundColor"];
        fontConfig?: FontConfig;
        imageSource?: string;
        type: "image" | "initials" | "generic" | "bot";
    }
    Index

    Properties

    backgroundColor?: CSSProperties["backgroundColor"]
    fontConfig?: FontConfig
    imageSource?: string
    type: "image" | "initials" | "generic" | "bot"