We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2967530 commit dac97d4Copy full SHA for dac97d4
index.bs
@@ -210,7 +210,7 @@ A RTCRtpTransform has two private slots called `[[readable]]` and `[[writable]]`
210
The <dfn attribute for="RTCRtpSender,RTCRtpReceiver">transform</dfn> getter steps are:
211
1. Return [=this=].`[[transform]]`.
212
213
-On setting the transform attribute, the user agent MUST run the following steps:
+The `transform` setter steps are:
214
1. Let |rtcObject| be the {{RTCRtpReceiver}} or {{RTCRtpSender}} on which the setter is invoked.
215
2. Let |transform| be the argument to the setter.
216
3. Let |checkedTransform| set to |transform| if it is not null or to an [=identity transform stream=] otherwise.
0 commit comments