Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Throw InvalidModificationError if changing pool size after SLD. #1054

Merged
merged 1 commit into from Mar 9, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 7 additions & 0 deletions webrtc.html
Expand Up @@ -2143,6 +2143,13 @@ <h2>Methods</h2>
"RTCConfiguration">rtcpMuxPolicy</a></code> is set and its
value differs from the <var>connection</var>'s rtcpMux
policy, throw an <code>InvalidModificationError</code>.</li>
<li>If <code><var>configuration</var>.<a data-for=
"RTCConfiguration">iceCandidatePoolSize</a></code> is set and
its value differs from the <var>connection</var>'s previously
set <code>iceCandidatePoolSize</code>, and <code><a data-for=
"RTCPeerConnection">setLocalDescription</a></code> has
already been called, throw an
<code>InvalidModificationError</code>.</li>
<li>
<p>Set the <a>ICE Agent</a>'s <dfn id=
"ice-transports-setting">ICE transports setting</dfn> to
Expand Down