File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -202,8 +202,8 @@ The <dfn constructor for="SFrameTransform" lt="SFrameTransform(options)"><code>n
202202
203203The SFrame transform algorithm, given |sframe| as a SFrameTransform object and |frame|, runs these steps:
2042041. Let |role| be |sframe|.`[[role]] `.
205- 2. If |frame|.`[[rtcObject ]] ` is a {{RTCRtpSender}} , set |role| to 'encrypt' .
206- 3. If |frame|.`[[rtcObject ]] ` is a {{RTCRtpReceiver}} , set |role| to 'decrypt' .
205+ 2. If |frame|.`[[owner ]] ` is a {{RTCRtpSender}} , set |role| to 'encrypt' .
206+ 3. If |frame|.`[[owner ]] ` is a {{RTCRtpReceiver}} , set |role| to 'decrypt' .
2072074. Let |data| be undefined.
2082085. If |frame| is a {{BufferSource}} , set |data| to |frame|.
2092096. If |frame| is a {{RTCEncodedAudioFrame}} , set |data| to |frame|.{{RTCEncodedAudioFrame/data}}
You can’t perform that action at this time.
0 commit comments