Skip to content

Commit 5abcf5c

Browse files
authored
Merge pull request #151 from youennf/remove-RTCInsertableStreams-dictionary
Remove unused RTCInsertableStreams dictionary
2 parents 5350126 + 187b314 commit 5abcf5c

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
@@ -70,12 +70,6 @@ It uses an additional API on {{RTCRtpSender}} and {{RTCRtpReceiver}} to
7070
insert the processing into the pipeline.
7171

7272
<pre class="idl">
73-
// New dictionary
74-
dictionary RTCInsertableStreams {
75-
ReadableStream readable;
76-
WritableStream writable;
77-
};
78-
7973
typedef (SFrameTransform or RTCRtpScriptTransform) RTCRtpTransform;
8074

8175
// New methods for RTCRtpSender and RTCRtpReceiver

0 commit comments

Comments
 (0)