sippo-sdk / com.quobis.sippo.sipposdk.conferencelog.model / ParticipantInfo

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

joinedAt

val joinedAt: Date

Date when the participant joined the conference.

leftAt

val leftAt: Date

Date when the participant left the conference.

participant

val participant: Participant

Participant's information.