MeetingEndedData

@Serializable
data class MeetingEndedData(val redirectUrl: String? = null, val onWeb: Boolean? = null, val eventType: EventType? = null)

Constructors

Link copied to clipboard
constructor(redirectUrl: String? = null, onWeb: Boolean? = null, eventType: EventType? = null)

Properties

Link copied to clipboard
val eventType: EventType? = null
Link copied to clipboard
val onWeb: Boolean? = null
Link copied to clipboard
val redirectUrl: String? = null