Type Alias InsightsAITextChatConfigReq
InsightsAITextChatConfigReq: Message<"plugnmeet.InsightsAITextChatConfigReq"> & {
isEnabled: boolean;
isAllowedEveryone: boolean;
allowedUserIds: string[];
isNotepadAiDisabled: boolean;
isWhiteboardAiDisabled: boolean;
isPollAiDisabled: boolean;
}
Type Declaration
-
isEnabled: boolean
-
isAllowedEveryone: boolean
-
allowedUserIds: string[]
-
isNotepadAiDisabled: boolean
-
isWhiteboardAiDisabled: boolean
-
isPollAiDisabled: boolean
Generated
from field: bool is_enabled = 1;