plugNmeet JS SDK - v2.0.3
    Preparing search index...

    Type Alias InsightsAITextChatFeatures

    InsightsAITextChatFeatures: Message<"plugnmeet.InsightsAITextChatFeatures"> & {
        isAllow: boolean;
        isEnabled: boolean;
        isAllowedEveryone: boolean;
        allowedUserIds: string[];
    }

    Type Declaration

    • isAllow: boolean

      from field: bool is_allow = 1;

    • isEnabled: boolean

      all internal usage fields

      from field: bool is_enabled = 2;

    • isAllowedEveryone: boolean

      from field: bool is_allowed_everyone = 3;

    • allowedUserIds: string[]

      from field: repeated string allowed_user_ids = 4;

    from message plugnmeet.InsightsAITextChatFeatures