Class ConferenceLogEntry

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

Link

method should be used to obtain the list of instances of this class.

Hierarchy

  • ConferenceLogEntry

Constructors

Properties

endTimestamp: number

The time the conference ended

id: string

The unique id that identifies the conference log entry

invites: readonly Invite[]

The list of all the invites that have been sent in the room

participants: readonly Participant[]

The list of users that have been inside the room

startTimestamp: number

The time the conference started

transfers: readonly Transfer[]

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

Methods

Generated using TypeDoc