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.

    Returns

    When resolved, the update was completed and get the new conference log objects. The return value is deprecated and will be remove in the future

    Parameters

    • Optional limit: number = 10

      The number of new entries to be fetched at most

    Returns Promise<readonly ConferenceLogEntry[]>

Generated using TypeDoc