Class ConferenceLog

This class allows access to the conference log. To obtain an instance of the class getConferenceLog method must be used.

Hierarchy

  • ConferenceLog

Constructors

Properties

conferenceLogService: ConferenceLogService
entries$: Observable<readonly ConferenceLogEntry[]>
entriesSubject: BehaviorSubject<readonly ConferenceLogEntry[]> = ...
missedCalls$: Connectable<string[]>
missedCallsCount$: Observable<number>
ownId: string

Methods

  • Fetches more conference log entries.

    Parameters

    • Optional limit: number = 10

      The number of new entries to be fetched at most

    Returns void

Generated using TypeDoc