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

Note that RFC7728 is not supported. #2755

Merged
merged 4 commits into from
Jul 21, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion webrtc.html
Original file line number Diff line number Diff line change
Expand Up @@ -11077,14 +11077,16 @@ <h3>
{{RTCRtpEncodingParameters/active}} member to <code>false</code>
effectively disabling the layer.
</p>
<p data-tests="simulcast/getStats.https.html">
<p data-tests="simulcast/getStats.https.html,simulcast/basic.https.html,protocol/simulcast-offer.html,protocol/simulcast-answer.html">
While {{RTCRtpSender/setParameters}} cannot modify the [= simulcast
envelope =], it is still possible to control the number of streams
that are sent and the characteristics of those streams. Using
{{RTCRtpSender/setParameters}}, simulcast streams can be made
inactive by setting the {{RTCRtpEncodingParameters/active}} member
to <code>false</code>, or can be reactivated by setting the
{{RTCRtpEncodingParameters/active}} member to <code>true</code>.
[[?RFC7728]] (RTP Pause/Resume) is not supported, nor is signaling
of pause/resume via SDP Offer/Answer.
Using {{RTCRtpSender/setParameters}}, stream characteristics can be
changed by modifying attributes such as
{{RTCRtpEncodingParameters/maxBitrate}}.
Expand Down