W3cubDocs

/Web APIs

RTCTransformEvent: transformer property

Limited availability

This feature is not Baseline because it does not work in some of the most widely-used browsers.

The read-only transformer property of the RTCTransformEvent interface returns the RTCRtpScriptTransformer associated with the event.

The property exposes the WebRTC sender or receiver pipeline as a readable and writable stream of encoded media frames, which a WebRTC Encoded Transform can insert itself into in order to modify frames.

Value

A RTCRtpScriptTransformer.

Specifications

Browser compatibility

Desktop Mobile
Chrome Edge Firefox Opera Safari Chrome Android Firefox for Android Opera Android Safari on IOS Samsung Internet WebView Android WebView on iOS
transformer 141 141 117 No 15.4 141 117 No 15.4 No 141 15.4

See also

© 2005–2025 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/RTCTransformEvent/transformer