WebTransportConnectionEstablishedParameter

@Serializable
data class WebTransportConnectionEstablishedParameter(val transportId: String, val timestamp: Double)

Fired when WebTransport handshake is finished.

Constructors

constructor(transportId: String, timestamp: Double)

Properties

Link copied to clipboard

Timestamp.

Link copied to clipboard

WebTransport identifier.