Skip to content

Commit 79d96aa

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ When {{RTCRtpSender/createEncodedStreams}}() is
176176
called, run the following steps:
177177

178178
1. If the {{RTCPeerConnection}}'s configuration does not have {{RTCConfiguration/encodedInsertableStreams}} set to "true", throw an {{InvalidStateError}} and abort these steps.
179-
2. If the data source does not permit access, throw an {{InvalidAccessError}} and abort these steps.
179+
2. If the data source does not permit access, throw an "{{InvalidAccessError}}" {{DOMException}} and abort these steps.
180180
3. If `[[Streams]]` is not null, throw an {{InvalidStateError}}.
181181
4. If `[[pipeToController]]` is not null, throw an {{InvalidStateError}}.
182182
5. Create an {{RTCInsertableStreams}} object |s|.

0 commit comments

Comments
 (0)