Skip to content

Commit

Permalink
Update index.bs
Browse files Browse the repository at this point in the history
Co-authored-by: Domenic Denicola <d@domenic.me>
  • Loading branch information
youennf and domenic committed Feb 1, 2021
1 parent 2967530 commit dac97d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Expand Up @@ -210,7 +210,7 @@ A RTCRtpTransform has two private slots called `[[readable]]` and `[[writable]]`
The <dfn attribute for="RTCRtpSender,RTCRtpReceiver">transform</dfn> getter steps are:
1. Return [=this=].`[[transform]]`.

On setting the transform attribute, the user agent MUST run the following steps:
The `transform` setter steps are:
1. Let |rtcObject| be the {{RTCRtpReceiver}} or {{RTCRtpSender}} on which the setter is invoked.
2. Let |transform| be the argument to the setter.
3. Let |checkedTransform| set to |transform| if it is not null or to an [=identity transform stream=] otherwise.
Expand Down

0 comments on commit dac97d4

Please sign in to comment.