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) : VideoEvent
This event is sent when the WS connection fails