-
Notifications
You must be signed in to change notification settings - Fork 22.5k
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
RTCRtpCodecParameters - removal - merge into where it is used #34150
Conversation
Preview URLs (11 pages)
Flaws (25)Note! 1 document with no flaws that don't need to be listed. 🎉 URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
External URLs (5)URL:
URL:
URL:
URL:
(comment last updated: 2024-06-17 04:04:03) |
- : An array of {{domxref("RTCRtpCodecParameters")}} objects describing the set of codecs from which the sender or receiver will choose. | ||
|
||
- : An array of objects describing the [media codecs](/en-US/docs/Web/Media/Formats/WebRTC_codecs) that the receiver is ready to use. | ||
This is the subset of codecs that the receiver has indicated it prefers and that the remote endpoint has indicated it is prepared to send. | ||
This parameter cannot be changed once initially set. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line predates me - I'm not sure what it actually means.
b058334
to
330f2c0
Compare
This merges
RTCRtpCodecParameters
into the places where it is used -RTCRtpReceiver.getParameters()
,RTCRtpSender.getParameters()
,RTCRtpTransceiver.setCodecPreferences()
,RTCRtpSender: setParameters()
(and then deletes it).This is part of "getting docs to standard" for #33988