Skip to content

Commit 187b314

Browse files
committed
Remove unused RTCInsertableStreams dictionary
1 parent ef682af commit 187b314

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

index.bs

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

6767
<pre class="idl">
68-
// New dictionary
69-
dictionary RTCInsertableStreams {
70-
ReadableStream readable;
71-
WritableStream writable;
72-
};
73-
7468
typedef (SFrameTransform or RTCRtpScriptTransform) RTCRtpTransform;
7569

7670
// New methods for RTCRtpSender and RTCRtpReceiver

0 commit comments

Comments
 (0)