ConferenceEntry

data class ConferenceEntry

A conference entry instance.

This class contains the information about one specific entry in the conference log such as when it was created, when it was finished or who participated in the conference.

Properties

Link copied to clipboard
val createdAt: Date

Conference creation date.

Link copied to clipboard
val finishedAt: Date

Conference end date.

Link copied to clipboard
val invitations: List<Invitation>

Invitations sent during this conference.

Link copied to clipboard
val participants: List<ParticipantInfo>

Conference participants.

Link copied to clipboard
val roomId: String

Room identifier.

Link copied to clipboard
val transfers: List<Transfer>

Transfers made during this conference.