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 @@ -208,8 +208,8 @@ The <dfn constructor for="SFrameTransform" lt="SFrameTransform(options)"><code>n
208
208
209
209
The SFrame transform algorithm, given |sframe| as a SFrameTransform object and |frame|, runs these steps:
210
210
1. Let |role| be |sframe|.`[[role]] `.
211
- 2. If |frame|.`[[rtcObject ]] ` is a {{RTCRtpSender}} , set |role| to 'encrypt' .
212
- 3. If |frame|.`[[rtcObject ]] ` is a {{RTCRtpReceiver}} , set |role| to 'decrypt' .
211
+ 2. If |frame|.`[[owner ]] ` is a {{RTCRtpSender}} , set |role| to 'encrypt' .
212
+ 3. If |frame|.`[[owner ]] ` is a {{RTCRtpReceiver}} , set |role| to 'decrypt' .
213
213
4. Let |data| be undefined.
214
214
5. If |frame| is a {{BufferSource}} , set |data| to |frame|.
215
215
6. If |frame| is a {{RTCEncodedAudioFrame}} , set |data| to |frame|.{{RTCEncodedAudioFrame/data}}
You can’t perform that action at this time.
0 commit comments