ChatFeatures: Message<"plugnmeet.ChatFeatures"> & {
isAllow: boolean;
isAllowFileUpload: boolean;
allowedFileTypes: string[];
maxFileSize?: string;
}
Type Declaration
isAllow: boolean
isAllowFileUpload: boolean
allowedFileTypes: string[]
OptionalmaxFileSize?: string
Generated
from field: bool is_allow = 1;