Skip to content

Commit

Permalink
Handling of multiple DTLS certificates
Browse files Browse the repository at this point in the history
Fix for Issue #2498
  • Loading branch information
aboba committed May 7, 2020
1 parent 2113ca4 commit 2d3befd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion webrtc.html
Expand Up @@ -228,7 +228,8 @@ <h2>Dictionary {{RTCConfiguration}} Members</h2>
{{RTCPeerConnection}} implementation selects which of
the certificates is used for a given connection; how
certificates are selected is outside the scope of this
specification.</p>
specification. Existing implementations only utilize the
first certificate provided; the others are ignored.</p>
<p>If this value is absent, then a default set of certificates
is generated for each {{RTCPeerConnection}}
instance.</p>
Expand Down

0 comments on commit 2d3befd

Please sign in to comment.