Type Alias WhiteboardFeatures
WhiteboardFeatures: Message<"plugnmeet.WhiteboardFeatures"> & {
isAllow: boolean;
visible: boolean;
preloadFile?: string;
whiteboardFileId: string;
fileName: string;
filePath: string;
totalPages: number;
maxAllowedFileSize?: string;
}
Type Declaration
isAllow: boolean
visible: boolean
OptionalpreloadFile?: string
whiteboardFileId: string
fileName: string
filePath: string
totalPages: number
OptionalmaxAllowedFileSize?: string
Generated
from field: bool is_allow = 1;