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
208208
209209The SFrame transform algorithm, given |sframe| as a SFrameTransform object and |frame|, runs these steps:
2102101. 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' .
2132134. Let |data| be undefined.
2142145. If |frame| is a {{BufferSource}} , set |data| to |frame|.
2152156. If |frame| is a {{RTCEncodedAudioFrame}} , set |data| to |frame|.{{RTCEncodedAudioFrame/data}}
You can’t perform that action at this time.
0 commit comments