diff --git a/index.html b/index.html index eee21c0..30046bd 100644 --- a/index.html +++ b/index.html @@ -137,7 +137,7 @@
"closed"
.stopInfo>
be the first argument.void
Parameter | +Type | +Nullable | +Optional | +Description | +
---|---|---|---|---|
stopInfo | +RTCQuicTransportStopInfo |
+ ✘ | +✘ | ++ |
createBidirectionalStream
The RTCQuicTransportStopInfo
dictionary includes information
+ relating to the error code for stopping a RTCQuicTransport
.
+ This information is used to set the error code and reason for an CONNECTION_CLOSE
+ frame.
dictionary RTCQuicTransportStopInfo { + unsigned short errorCode = 0; + DOMString reason = ""; + }; ++
errorCode
of type unsigned short, defaulting to
+ 0
.The error code used in CONNECTION_CLOSE frame.
+reason
of type DOMString, defaulting to ""
The reason for stopping the RTCQuicTransport