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

    Type Alias InsightsAITextChatConfigReq

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

    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;

    • isNotepadAiDisabled: boolean

      from field: bool is_notepad_ai_disabled = 5;

    • isWhiteboardAiDisabled: boolean

      from field: bool is_whiteboard_ai_disabled = 6;

    • isPollAiDisabled: boolean

      from field: bool is_poll_ai_disabled = 7;

    from message plugnmeet.InsightsAITextChatConfigReq