diff --git a/webrtc.html b/webrtc.html index 6e24566c8..a98617d80 100644 --- a/webrtc.html +++ b/webrtc.html @@ -240,6 +240,7 @@
Defining default values of the {{RTCConfiguration}} dictionary is a candidate correction, aligning it with current implementations - see its associated pull request.
Allowing an implementation-defined limit to ICE servers is a candidate correction - see its associated pull request.
{{RTCIceGatheringState}}, {{RTCPeerConnectionState}} and {{RTCIceConnectionState}} definitions have been updated to clarify the relevant transports the states represent, as a candidate correction - see its associated pull request.
Ensuring the {{RTCPeerConnectionState/"connecting"}} happens whenever a ICE or DTLS transport is new is a candidate correction - see its associated pull request.
Restricting administratively prohibited candidates is a candidate correction - see its associated pull request.
If remote is false
and this
triggers the ICE candidate gathering process in [[!RFC8829]], the [= ICE Agent =]
@@ -2854,6 +2859,7 @@
To set a configuration with @@ -3025,6 +3031,7 @@
Validation of ICE settings during the setting of configuration is a candidate correction - see its associated pull request.
Set the [= ICE Agent =]'s ICE transports setting to the @@ -7164,6 +7171,7 @@
{{RTCCertificateExpiration}} is used to set an expiration date on certificates generated by @@ -12327,6 +12335,7 @@
Putting ICE Transport connection in {{RTCIceTransportState/"failed"}} state when no candidates are received is a candidate correction - see its associated pull request.