Skip to content

Commit d49e2a9

Browse files
committed
Add back RTCInsertableStreams which was removed by error in PR62
1 parent 45d6fb6 commit d49e2a9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

index.bs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,12 @@ an additional API on {{RTCRtpSender}} and {{RTCRtpReceiver}} to
6363
insert the processing into the pipeline.
6464

6565
<pre class="idl">
66+
// New dictionary
67+
dictionary RTCInsertableStreams {
68+
ReadableStream readable;
69+
WritableStream writable;
70+
};
71+
6672
// New fields in RTCConfiguration
6773
partial dictionary RTCConfiguration {
6874
boolean encodedInsertableStreams = false;

0 commit comments

Comments
 (0)