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

    Type Alias InsightsAITextChatConfigReq

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

    Type Declaration

    • isEnabled: boolean

      from field: bool is_enabled = 1;

    • isAllowedEveryone: boolean

      from field: bool is_allowed_everyone = 3;

    • allowedUserIds: string[]

      from field: repeated string allowed_user_ids = 4;

    from message plugnmeet.InsightsAITextChatConfigReq