Options
All
  • Public
  • Public/Protected
  • All
Menu

Member of the collaboration.

Hierarchy

  • Member

Index

Properties

email?: string

Email of the member.

id?: string

Identifier of the member.

isAllowComment?: boolean

Whether the member is allowed to comment the document.

isInScreenSync?: boolean

Whether the member is in screenSyncMode.

userName?: string

Username of the member.

Methods

  • getScreenSyncInfo(): Promise<{ followers: number; id: string }>
  • Get the screen sync session info.

    Returns Promise<{ followers: number; id: string }>

    • id: Identifier of the screenSync session.

    • followers: Number of followers of the screenSync session.

Generated using TypeDoc