You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.bs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -176,7 +176,7 @@ When {{RTCRtpSender/createEncodedStreams}}() is
176
176
called, run the following steps:
177
177
178
178
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.
180
180
3. If `[[Streams]]` is not null, throw an {{InvalidStateError}}.
181
181
4. If `[[pipeToController]]` is not null, throw an {{InvalidStateError}}.
0 commit comments