ChatFeatures: Message<"plugnmeet.ChatFeatures"> & {
allowChat?: boolean;
allowFileUpload?: boolean;
isAllow: boolean;
isAllowFileUpload: boolean;
allowedFileTypes: string[];
maxFileSize?: string;
}
Type Declaration
OptionalallowChat?: boolean
OptionalallowFileUpload?: boolean
isAllow: boolean
isAllowFileUpload: boolean
allowedFileTypes: string[]
OptionalmaxFileSize?: string
Generated
from field: optional bool allow_chat = 1 [deprecated = true];
Deprecated