Source code
Revision control
Copy as Markdown
Other Tools
Test Info: Warnings
- This test has a WPT meta file that expects 22 subtest issues.
- This WPT test may be referenced by the following Test IDs:
- /webrtc-encoded-transform/idlharness.https.window.html - WPT Dashboard Interop Dashboard
// META: script=/resources/WebIDLParser.js
// META: script=/resources/idlharness.js
// META: script=./RTCPeerConnection-helper.js
'use strict';
idl_test(
['webrtc-encoded-transform'],
['webrtc', 'streams', 'html', 'dom'],
async idlArray => {
idlArray.add_objects({
// TODO: RTCEncodedVideoFrame
// TODO: RTCEncodedAudioFrame
RTCRtpSender: [`new RTCPeerConnection().addTransceiver('audio').sender`],
RTCRtpReceiver: [`new RTCPeerConnection().addTransceiver('audio').receiver`],
});
}
);