Home Reference Source
import {ConferenceLog} from '@quobis/sippojs'
public class | source

ConferenceLog

This class allows access to the conference log. To obtain an instance of the class @link {ConferenceManager#getConferenceLog} method must be used.

Member Summary

Public Members
public

emitter: EventEmitter

  • "create" event every time a new entry is prepended

Method Summary

Public Methods
public

Fetches more conference log entries.

public

Allows access to the list of conferences

Public Members

public emitter: EventEmitter source

  • "create" event every time a new entry is prepended

Public Methods

public async fetch(limit: number): Promise<ConferenceLogEntry> source

Fetches more conference log entries.

Params:

NameTypeAttributeDescription
limit number
  • optional
  • default: 10

The number of new entries to be fetched at most

Return:

Promise<ConferenceLogEntry>

When resolved, the update was completed and get the new conference log objects

public getEntries(): ConferenceLogEntry[] source

Allows access to the list of conferences

Return:

ConferenceLogEntry[]