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

of(data: *): *

The list of all the transfers that have been performed in the room

Constructor Summary

Public Constructor
public

Member Summary

Public Members
public
public

id: *

public

invites: *

public
public
public

Method Summary

Public Methods
public
this method was deprecated. Use startTimestamp and endTimestamp properties

Conference length in ms

public
this method was deprecated. Use endTimestamp property
public

getId(): *

this method was deprecated. Use id property
public

getInvites(): *

this method was deprecated. Use invites property
public
this method was deprecated. Use participants property
public
this method was deprecated. Use startTimestamp property
public
this method was deprecated. Use startTimestamp property
public
this method was deprecated. Use transfers property

Static Public Methods

public static of(data: *): * source

The list of all the transfers that have been performed in the room

Params:

NameTypeAttributeDescription
data *

Return:

*

Public Constructors

public constructor() source

Public Members

public endTimestamp: * source

public id: * source

public invites: * source

public participants: * source

public startTimestamp: * source

public transfers: * source

Public Methods

public getDuration(): * source

this method was deprecated. Use startTimestamp and endTimestamp properties

Conference length in ms

Return:

*

public getEndDateTime(): * source

this method was deprecated. Use endTimestamp property

Return:

*

public getId(): * source

this method was deprecated. Use id property

Return:

*

public getInvites(): * source

this method was deprecated. Use invites property

Return:

*

public getParticipants(): * source

this method was deprecated. Use participants property

Return:

*

public getStartDateTime(): * source

this method was deprecated. Use startTimestamp property

Return:

*

public getStartTimestamp(): * source

this method was deprecated. Use startTimestamp property

Return:

*

public getTransfers(): * source

this method was deprecated. Use transfers property

Return:

*