Skip to content

Commit e12b736

Browse files
youennfdomenic
andauthored
Update index.bs
Co-authored-by: Domenic Denicola <[email protected]>
1 parent bfcfc00 commit e12b736

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

index.bs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,7 @@ At construction of each {{RTCRtpSender}} or {{RTCRtpReceiver}}, run the followin
175175
<!-- FIXME: Use pipeTo algorithm when available. -->
176176
3. Call <a href="https://streams.spec.whatwg.org/#readable-stream-pipe-to">pipeTo</a> with [=this=].`[[readable]]`, [=this=].`[[writable]]`, preventClose equal to true, preventAbort equal to true, preventCancel equal to true and [=this=].`[[pipeToController]]`.signal.
177177

178-
When {{RTCRtpSender/createEncodedStreams}}() is
179-
called, run the following steps:
178+
The <dfn method for="RTCRtpSender">createEncodedStreams()</dfn> method steps are:
180179

181180
1. If the {{RTCPeerConnection}}'s configuration does not have {{RTCConfiguration/encodedInsertableStreams}} set to "true", throw an "{{InvalidAccessError}}" {{DOMException}} and abort these steps.
182181
2. If the data source does not permit access, throw an "{{InvalidAccessError}}" {{DOMException}} and abort these steps.

0 commit comments

Comments
 (0)