HealthCheckEvent

data class HealthCheckEvent(@Json(name = "connection_id") val connectionId: String, @Json(name = "created_at") val createdAt: OffsetDateTime, @Json(name = "type") val type: String = "health.check") : VideoEvent, WSClientEvent

Parameters

connectionId
createdAt
type

Constructors

Link copied to clipboard
constructor(@Json(name = "connection_id") connectionId: String, @Json(name = "created_at") createdAt: OffsetDateTime, @Json(name = "type") type: String = "health.check")

Properties

Link copied to clipboard
Link copied to clipboard
val createdAt: OffsetDateTime
Link copied to clipboard

Functions

Link copied to clipboard
open override fun getEventType(): String