Skip to content

Commit

Permalink
fix internal references
Browse files Browse the repository at this point in the history
  • Loading branch information
fippo committed May 15, 2023
1 parent 7f5cfb9 commit 03eeb07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions webrtc.html
Original file line number Diff line number Diff line change
Expand Up @@ -5337,7 +5337,7 @@ <h4>
<p>
For each non-stopped
{{RTCRtpTransceiverDirection/"sendrecv"}} transceiver
of [= transceiver kind =] <var>kind</var>, set
of {{RTCRtpTransceiver/transceiver kind}} <var>kind</var>, set
<var>transceiver</var>.{{RTCRtpTransceiver/[[Direction]]}} to
{{RTCRtpTransceiverDirection/"sendonly"}}.
</p>
Expand All @@ -5347,7 +5347,7 @@ <h4>
<p>
For each non-stopped
{{RTCRtpTransceiverDirection/"recvonly"}} transceiver
of [= transceiver kind =] <var>kind</var>, set
of {{RTCRtpTransceiver/transceiver kind}} <var>kind</var>, set
<var>transceiver</var>.{{RTCRtpTransceiver/[[Direction]]}} to
{{RTCRtpTransceiverDirection/"inactive"}}.
</p>
Expand All @@ -5363,7 +5363,7 @@ <h4>
If <var>connection</var> has any non-stopped
{{RTCRtpTransceiverDirection/"sendrecv"}} or
{{RTCRtpTransceiverDirection/"recvonly"}} transceivers of
[= transceiver kind =] <var>kind</var>, continue with the
{{RTCRtpTransceiver/transceiver kind}} <var>kind</var>, continue with the
next option, if any.
</p>
</li>
Expand Down

0 comments on commit 03eeb07

Please sign in to comment.