WebTransportClosedParameter

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

Fired when WebTransport is disposed.

Constructors

Link copied to clipboard
constructor(transportId: String, timestamp: Double)

Properties

Link copied to clipboard

Timestamp.

Link copied to clipboard

WebTransport identifier.