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 a03f88e commit 2967530Copy full SHA for 2967530
index.bs
@@ -208,8 +208,7 @@ The <dfn>writeEncodedData</dfn> algorithm is given a |rtcObject| as parameter an
208
A RTCRtpTransform has two private slots called `[[readable]]` and `[[writable]]`.
209
210
The <dfn attribute for="RTCRtpSender,RTCRtpReceiver">transform</dfn> getter steps are:
211
-1. Let |rtcObject| be the {{RTCRtpReceiver}} or {{RTCRtpSender}} on which the getter is invoked.
212
-2. Return |rtcObject|.`[[transform]]`.
+1. Return [=this=].`[[transform]]`.
213
214
On setting the transform attribute, the user agent MUST run the following steps:
215
1. Let |rtcObject| be the {{RTCRtpReceiver}} or {{RTCRtpSender}} on which the setter is invoked.
0 commit comments