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
202
202
203
203
The SFrame transform algorithm, given |sframe| as a SFrameTransform object and |frame|, runs these steps:
204
204
1. 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' .
207
207
4. Let |data| be undefined.
208
208
5. If |frame| is a {{BufferSource}} , set |data| to |frame|.
209
209
6. If |frame| is a {{RTCEncodedAudioFrame}} , set |data| to |frame|.{{RTCEncodedAudioFrame/data}}
You can’t perform that action at this time.
0 commit comments