WebTransportConnectionEstablished

@Serializable
data class WebTransportConnectionEstablished(val transportId: RequestId, val timestamp: MonotonicTime) : NetworkEvent

Fired when WebTransport handshake is finished.

Official doc

Constructors

Link copied to clipboard
constructor(transportId: RequestId, timestamp: MonotonicTime)

Properties

Link copied to clipboard

Timestamp.

Link copied to clipboard

WebTransport identifier.