Type Alias SharedNotePadFeatures
SharedNotePadFeatures: Message<"plugnmeet.SharedNotePadFeatures"> & {
allowedSharedNotePad?: boolean;
isAllow: boolean;
isActive: boolean;
visible: boolean;
nodeId: string;
host: string;
notePadId: string;
readOnlyPadId: string;
}
Type Declaration
OptionalallowedSharedNotePad?: boolean
isAllow: boolean
isActive: boolean
visible: boolean
nodeId: string
host: string
notePadId: string
readOnlyPadId: string
Generated
from field: optional bool allowed_shared_note_pad = 1 [deprecated = true];
Deprecated