Implements

Constructors

Methods

  • Broadcast message to all sub-sessions. Only host and manger can call this function.

    Parameters

    • message: string

    Returns Promise<any>

  • Create sub-session list.

    Parameters

    • subSessionNameList: string[]

    Returns Promise<any>

  • Get committed sub-session list.

    Returns Promise<any>

  • Get request sub-session name. When attendee request for help from sub-session, the manager can call this function to get request sub-session name.

    Returns Promise<any>

  • Get request user name.

    Returns Promise<any>

  • Ignore help request. When attendee request for help from sub-session, the manager can call this function to ignore the request, the attendee will receive notification.

    Returns Promise<any>

  • Check if sub-session is started.

    Returns Promise<any>

  • Join a sub-session by sub-session ID.

    Parameters

    • subSessionID: string

    Returns Promise<any>

  • Join sub-session by user request.

    • When attendee request for help from sub-session, the manager can call this function to join
    • the sub-session.

    Returns Promise<any>

  • Request for help from sub-session. Only attendee can call this function.

    Returns Promise<any>

  • Return to main session from sub-session.

    Returns Promise<any>

  • Start a sub-session.

    Returns Promise<any>

  • Stop a sub-session, after calling stopSubSession, there will be a buffer period for the participants in the sub-session to exit. Once the buffer period ends, the sub-session will be closed.

    Returns Promise<any>

  • Withdraw sub-session list.

    Returns Promise<any>