Skip to content

Commit

Permalink
Remove unused RTCInsertableStreams dictionary
Browse files Browse the repository at this point in the history
  • Loading branch information
youennf committed Sep 12, 2022
1 parent ef682af commit 187b314
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions index.bs
Expand Up @@ -65,12 +65,6 @@ It uses an additional API on {{RTCRtpSender}} and {{RTCRtpReceiver}} to
insert the processing into the pipeline.

<pre class="idl">
// New dictionary
dictionary RTCInsertableStreams {
ReadableStream readable;
WritableStream writable;
};

typedef (SFrameTransform or RTCRtpScriptTransform) RTCRtpTransform;

// New methods for RTCRtpSender and RTCRtpReceiver
Expand Down

0 comments on commit 187b314

Please sign in to comment.