PresentationStartConferenceEvent

data class PresentationStartConferenceEvent(val at: Instant, val presenterId: ParticipantId, val presenterName: String) : ConferenceEvent

Deprecated (with error)

Use Roster.presenter instead to observe presentation state.

Constructors

Link copied to clipboard
constructor(at: Instant, presenterId: ParticipantId, presenterName: String)

Properties

Link copied to clipboard
open override val at: Instant
Link copied to clipboard
Link copied to clipboard