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