Avaya Infinity Omni SDK
    Preparing search index...

    The configuration for the participant message in the theme.

    type ParticipantMessage = {
        avatar?: { show?: boolean };
        backgroundColor?: CSSProperties["backgroundColor"];
        border?: CSSProperties["border"];
        borderRadius?: CSSProperties["borderRadius"];
        fontConfig?: FontConfig;
        name?: { fontConfig?: FontConfig; show?: boolean };
        time?: {
            fontConfig?: FontConfig;
            format?: "12-hour" | "24-hour" | "default";
            show?: boolean;
        };
    }
    Index

    Properties

    avatar?: { show?: boolean }
    backgroundColor?: CSSProperties["backgroundColor"]
    border?: CSSProperties["border"]
    borderRadius?: CSSProperties["borderRadius"]
    fontConfig?: FontConfig
    name?: { fontConfig?: FontConfig; show?: boolean }
    time?: {
        fontConfig?: FontConfig;
        format?: "12-hour" | "24-hour" | "default";
        show?: boolean;
    }