File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ The <dfn>readEncodedData</dfn> algorithm is given a |rtcObject| as parameter. It
192
192
1. Wait for a frame to be produced by |rtcObject|'s encoder if it is a {{RTCRtpSender}} or |rtcObject|' s packetizer if it is a {{RTCRtpReceiver}} .
193
193
2. Let |frame| be the newly produced frame.
194
194
3. Set |frame|.`[[owner]] ` to |rtcObject|.
195
- 4. <a href="https://streams.spec.whatwg.org/#readablestream- enqueue">Enqueue</a> |frame| in |rtcObject|.`[[readable]] `.
195
+ 4. [=ReadableStream/ enqueue=] |frame| in |rtcObject|.`[[readable]] `.
196
196
197
197
The <dfn>writeEncodedData</dfn> algorithm is given a |rtcObject| as parameter and a |frame| as input. It is defined by running the following steps:
198
198
1. If |frame|.`[[owner]] ` is not equal to |rtcObject|, abort these steps. A processor cannot create frames, or move frames between streams.
@@ -290,4 +290,3 @@ otherwise unavailable, which allows some fingerprinting surface.
290
290
# Examples # {#examples}
291
291
292
292
See the [explainer document] (https://github.com/w3c/webrtc-insertable-streams/blob/master/explainer.md#code-examples).
293
-
You can’t perform that action at this time.
0 commit comments