PresentationStartEvent

@Serializable
@SerialName(value = "presentation_start")
data class PresentationStartEvent(val presenterName: String, val presenterId: ParticipantId) : InfinityEvent

Constructors

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

Properties

Link copied to clipboard
@SerialName(value = "presenter_uuid")
val presenterId: ParticipantId
Link copied to clipboard
@SerialName(value = "presenter_name")
val presenterName: String