Skip to content

Commit

Permalink
setParameters(), replaceTrack(), & insertDTMF() reject after stop().
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-ivar authored and dontcallmedom committed Mar 6, 2023
1 parent c0cd7f2 commit 9e90e01
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions webrtc.html
Original file line number Diff line number Diff line change
Expand Up @@ -8941,7 +8941,7 @@ <h2>
</li>
<li data-tests=
"RTCRtpSender-setParameters.html,RTCRtpTransceiver.https.html">
If <var>transceiver</var>.{{RTCRtpTransceiver/[[Stopped]]}} is
If <var>transceiver</var>.{{RTCRtpTransceiver/[[Stopping]]}} is
<code>true</code>, return a promise [= rejected =] with a
newly [= exception/created =] {{InvalidStateError}}.
</li>
Expand Down Expand Up @@ -9258,7 +9258,7 @@ <h2>
<li data-tests=
"RTCPeerConnection-setRemoteDescription-replaceTrack.https.html,RTCRtpSender-replaceTrack.https.html,RTCRtpTransceiver.https.html">
<p>
If <var>transceiver</var>.{{RTCRtpTransceiver/[[Stopped]]}} is
If <var>transceiver</var>.{{RTCRtpTransceiver/[[Stopping]]}} is
<code>true</code>, return a promise [= rejected =]
with a newly [= exception/created =]
{{InvalidStateError}}.
Expand Down Expand Up @@ -15082,6 +15082,9 @@ <h3>
<li>If <var>connection</var>'s {{RTCPeerConnectionState}} is not
{{RTCPeerConnectionState/"connected"}} return <code>false</code>.
</li>
<li>If <var>transceiver</var>.{{RTCRtpTransceiver/[[Stopping]]}} is
<code>true</code> return <code>false</code>.
</li>
<li>If <var>sender</var>.{{RTCRtpSender/[[SenderTrack]]}} is <code>null</code>
return <code>false</code>.
</li>
Expand Down

0 comments on commit 9e90e01

Please sign in to comment.