Class MeetingManager

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

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>