Type Alias CreateEtherpadSessionRes
CreateEtherpadSessionRes: Message<"plugnmeet.CreateEtherpadSessionRes"> & {
status: boolean;
msg: string;
padId?: string;
readonlyPadId?: string;
}
Type Declaration
status: boolean
msg: string
OptionalpadId?: string
OptionalreadonlyPadId?: string
Generated
from field: bool status = 1;