Skip to content

Commit 8748755

Browse files
committed
Add note
1 parent 3c8d3b1 commit 8748755

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.bs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ At construction of each {{RTCRtpSender}} or {{RTCRtpReceiver}}, run the followin
9898
5. Set [=this=].`[[readable]]`.`[[owner]]` to |this|.
9999
6. Initialize [=this=].`[[writable]]` to a new {{WritableStream}}.
100100
7. <a dfn for="WritableStream">Set up</a> [=this=].`[[writable]]` with its [=WritableStream/set up/writeAlgorithm=] set to [=writeEncodedData=] given |this| as parameter and its [=WritableStream/set up/sizeAlgorithm=] to an algorithm that returns <code>0</code>.
101+
<p class="note">Chunk size is set to 0 to explictly disable streams backpressure on the write side.</p>
101102
8. Set [=this=].`[[writable]]`.`[[owner]]` to |this|.
102103
9. Initialize [=this=].`[[pipeToController]]` to null.
103104
10. Initialize [=this=].`[[lastReceivedFrameTimestamp]]` to zero.

0 commit comments

Comments
 (0)