ParticipantInfo

data class ParticipantInfo

A Participant information instance.

This class contains the information about one specific participant of the conference associated with a given ConferenceEntry, such as their details and when they joined or left the conference.

Properties

Link copied to clipboard
val joinedAt: Date

Date when the participant joined the conference.

Link copied to clipboard
val leftAt: Date

Date when the participant left the conference.

Link copied to clipboard
val participant: Participant

Participant's information.