We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45d6fb6 commit d49e2a9Copy full SHA for d49e2a9
index.bs
@@ -63,6 +63,12 @@ an additional API on {{RTCRtpSender}} and {{RTCRtpReceiver}} to
63
insert the processing into the pipeline.
64
65
<pre class="idl">
66
+// New dictionary
67
+dictionary RTCInsertableStreams {
68
+ ReadableStream readable;
69
+ WritableStream writable;
70
+};
71
+
72
// New fields in RTCConfiguration
73
partial dictionary RTCConfiguration {
74
boolean encodedInsertableStreams = false;
0 commit comments