Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
Add custom IDL for createEncodedStreams() methods (#1147)
Browse files Browse the repository at this point in the history
  • Loading branch information
foolip authored May 8, 2021
1 parent 2b464e7 commit 9788a2f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions custom-idl/webrtc-encoded-transform.idl
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
// https://github.com/w3c/webrtc-encoded-transform/pull/64
partial interface RTCRtpSender {
RTCInsertableStreams createEncodedStreams();
};
partial interface RTCRtpReceiver {
RTCInsertableStreams createEncodedStreams();
};

0 comments on commit 9788a2f

Please sign in to comment.