Class MeetingManager

An instance of this class is obtained by calling the getMeetingManager method of Session and must not be directly instantiated.

Hierarchy

  • MeetingManager

Properties

initLock: default = ...
meetingService: MeetingService
meetings$: Observable<readonly Meeting[]> = ...

Retrieves a list with the available meetings

meetingsSubject: BehaviorSubject<readonly Meeting[]> = ...

Methods

  • Retrieves a meeting with the requested room ID

    Parameters

    • id: string

      ID of room associated with the meeting to retrieve

    Returns Promise<undefined | Meeting>

  • Parameters

    • __namedParameters: {
          id: string;
      }
      • id: string

    Returns void

Generated using TypeDoc