Skip to content

Commit

Permalink
candidate in RTCIceCandidateInit defaults to "".
Browse files Browse the repository at this point in the history
  • Loading branch information
taylor-b committed Dec 15, 2016
1 parent 53fbc46 commit 65c7ec5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions webrtc.html
Expand Up @@ -3493,7 +3493,7 @@ <h2>Serializer</h2>
</div>
<div>
<pre class="idl">dictionary RTCIceCandidateInit {
DOMString candidate;
DOMString candidate = "";
DOMString? sdpMid = null;
unsigned short? sdpMLineIndex = null;
required DOMString ufrag;
Expand All @@ -3504,7 +3504,8 @@ <h2>Dictionary <a class="idlType">RTCIceCandidateInit</a>
<dl data-link-for="RTCIceCandidateInit" data-dfn-for=
"RTCIceCandidateInit" class="dictionary-members">
<dt><dfn><code>candidate</code></dfn> of type <span class=
"idlMemberType"><a>DOMString</a></span>, required</dt>
"idlMemberType"><a>DOMString</a></span>, defaulting to
<code>""</code></dt>
<dd></dd>
<dt><dfn><code>sdpMid</code></dfn> of type <span class=
"idlMemberType"><a>DOMString</a></span>, nullable, defaulting to
Expand Down

0 comments on commit 65c7ec5

Please sign in to comment.