You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In example 11, several RTCDtlsTransport instances are created without passing certificates. So, is the certificates parameter in the constructor of RTCDtlsTransport optional or is the example simply incorrect?
The text was updated successfully, but these errors were encountered:
Note that respec does not appear to be rendering sequence < RTCCertificate > certificates in the RTCDtlsTransport constructor. This does appear legal in WebIDL, so it looks like a respec issue rather than a spec problem.
In example 11, several
RTCDtlsTransport
instances are created without passing certificates. So, is thecertificates
parameter in the constructor ofRTCDtlsTransport
optional or is the example simply incorrect?The text was updated successfully, but these errors were encountered: