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

ConferenceLogEntry

This class allows access to the details of each entry of the conference log

Static Method Summary

Static Public Methods
public static

Method Summary

Public Methods
public

Conference length in ms

public

The time the conference ended

public

The unique id that identifies the conference log entry

public

Get a list of all invites that have been sent in the room

public

Get a list of users that has been inside the room

public

The time the conference started

public

The time the conference started

public

Get a list of all transfers that have been performed in the room

Static Public Methods

public static of(data: *): ConferenceLogEntry source

Params:

NameTypeAttributeDescription
data *

Public Methods

public getDuration(): number source

Conference length in ms

Return:

number

public getEndDateTime(): Date source

The time the conference ended

Return:

Date

public getId(): string source

The unique id that identifies the conference log entry

Return:

string

public getInvites(): Invite[] source

Get a list of all invites that have been sent in the room

Return:

Invite[]

public getParticipants(): Participant[] source

Get a list of users that has been inside the room

Return:

Participant[]

public getStartDateTime(): Date source

The time the conference started

Return:

Date

public getStartTimestamp(): number source

The time the conference started

Return:

number

public getTransfers(): Transfer[] source

Get a list of all transfers that have been performed in the room

Return:

Transfer[]