Skip to content

Commit 24482b7

Browse files
authored
Merge pull request #73 from youennf/add-back-RTCInsertableStreams
Add back RTCInsertableStreams which was removed by error in PR62
2 parents 45d6fb6 + d49e2a9 commit 24482b7

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)