Skip to content

Commit

Permalink
Merge pull request #2951 from foolip/patch-1
Browse files Browse the repository at this point in the history
Make RTCIceCandidatePair members required
  • Loading branch information
youennf authored Mar 28, 2024
2 parents ff9e7a1 + 8ca8cd0 commit 6e18405
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webrtc.html
Original file line number Diff line number Diff line change
Expand Up @@ -12559,8 +12559,8 @@ <h3>
</h3>
<div>
<pre class="idl">dictionary RTCIceCandidatePair {
RTCIceCandidate local;
RTCIceCandidate remote;
required RTCIceCandidate local;
required RTCIceCandidate remote;
};</pre>
<section>
<h2>
Expand Down

0 comments on commit 6e18405

Please sign in to comment.