Skip to content

Commit

Permalink
Merge pull request #2788 from jan-ivar/raceparams
Browse files Browse the repository at this point in the history
Finish setParameters ahead of SLD/SRD.
  • Loading branch information
alvestrand committed Oct 20, 2022
2 parents 01a91da + 88eaa38 commit 5640e74
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion webrtc.html
Expand Up @@ -1874,13 +1874,22 @@ <h4>
If <var>remote</var> is <code>true</code> and
<var>description</var> is of type
{{RTCSdpType/"offer"}}, then if any
{{RTCPeerConnection/addTrack()}} methods succeeded
{{RTCPeerConnection/addTrack()}} methods on
<var>connection</var> succeeded
during the process to apply <var>description</var>,
abort these steps and start the process over as if
they had succeeded prior, to include the extra
transceiver(s) in the process.
</p>
</li>
<li>
<p>
If any promises from {{RTCRtpSender/setParameters}}
methods on {{RTCRtpSender}}s associated with
<var>connection</var> are not [=settled=], abort these
steps and start the process over.
</p>
</li>
<li>
<p>
If <var>description</var> is of type
Expand Down

0 comments on commit 5640e74

Please sign in to comment.