Skip to content

Commit

Permalink
Merge pull request #929 from jan-ivar/sdpdefault
Browse files Browse the repository at this point in the history
Have RTCSessionDescription's sdp member default to ""
  • Loading branch information
alvestrand committed Nov 16, 2016
2 parents ffbec2f + 7f17a11 commit c764935
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions webrtc.html
Expand Up @@ -3178,7 +3178,7 @@ <h2>Serializer</h2>
<div>
<pre class="idl">dictionary RTCSessionDescriptionInit {
required RTCSdpType type;
DOMString sdp;
DOMString sdp = "";
};</pre>
<section>
<h2>Dictionary <a class="idlType">RTCSessionDescriptionInit</a>
Expand All @@ -3191,8 +3191,8 @@ <h2>Dictionary <a class="idlType">RTCSessionDescriptionInit</a>
<dt><dfn><code>sdp</code></dfn> of type <span class=
"idlMemberType"><a>DOMString</a></span></dt>
<dd>The string representation of the SDP [[!SDP]]; if
<code>type</code> is <code>rollback</code>, this member can be
left undefined.</dd>
<code>type</code> is <code>rollback</code>, this member is unused.
</dd>
</dl>
</section>
</div>
Expand Down

0 comments on commit c764935

Please sign in to comment.