ConnectionErrorEvent
data class ConnectionErrorEvent(@Json(name = "connection_id") val connectionId: String, @Json(name = "created_at") val createdAt: OffsetDateTime, @Json(name = "error") val error: APIError?, @Json(name = "type") val type: String = "connection.error") : VideoEvent, WSClientEvent
This event is sent when the WS connection fails
Parameters
connectionId
createdAt
error
type
The type of event: \"connection.ok\" in this case