← back to v141 · webrtc-encoded-transform-v2
conformance · v141
v141 · webrtc-encoded-transform-v2 — conformance probe
6 assertions drawn from the spec. Each is a single contract the spec text makes. Pass/fail reflects what this browser executed; blocked means the contract was not run because it needs user mediation, hardware, or another unavailable precondition. Open the page in Chrome stable / canary / Firefox / Safari to compare.
0
pass
0
fail
0
blocked
6
total
| id | contract | kind | verdict | detail |
|---|---|---|---|---|
rtcrtpscripttransform-exposed |
RTCRtpScriptTransform is exposed; it is the constructor that attaches a transform worker to an RTCPeerConnection sender/receiver. | exists | … | |
rtcrtpsender-transform-property |
RTCRtpSender exposes a transform setter for installing an RTCRtpScriptTransform. | script | … | |
rtcrtpreceiver-transform-property |
RTCRtpReceiver also exposes a transform setter, parity with the sender side. | script | … | |
rtcencodedvideoframe-exposed |
RTCEncodedVideoFrame is exposed in the relevant scope; transforms operate on these frame objects. | script | … | |
rtcencodedaudioframe-exposed |
RTCEncodedAudioFrame is exposed for the audio side of the encoded transform. | script | … | |
rtcpeerconnection-exists |
RTCPeerConnection is exposed; the encoded transform pipeline only exists on tracks owned by a peer connection. | exists | … |