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
// New methods for RTCRtpSender and RTCRtpReceiver
@@ -150,7 +156,7 @@ Let the {{RTCRtpSender}} or {{RTCRtpReceiver}} have an internal slot,
150
156
When {{RTCRtpSender/createEncodedStreams}}() is
151
157
called, run the following steps:
152
158
153
-
* If the {{RTCPeerConnection}}'s configuration does not have {{RTCConfiguration/forceEncodedInsertableStreams}} set to "true", throw an {{InvalidStateError}} and abort these steps.
159
+
* If the {{RTCPeerConnection}}'s configuration does not have {{RTCConfiguration/encodedInsertableStreams}} set to "true", throw an {{InvalidStateError}} and abort these steps.
154
160
* If the data source does not permit access, throw an {{InvalidAccessError}} and abort these steps.
155
161
* If [[\Streams]] is not null, throw an {{InvalidStateError}}.
0 commit comments