RTCRtpScriptTransform

open class RTCRtpScriptTransform(worker: Worker, options: JsAny? = definedExternally, transfer: ReadonlyArray<*> = definedExternally)(source)

The RTCRtpScriptTransform interface of the WebRTC API is used to insert a WebRTC Encoded Transform (a TransformStream running in a worker thread) into the WebRTC sender and receiver pipelines.

MDN Reference

Constructors

Link copied to clipboard
constructor(worker: Worker, options: JsAny? = definedExternally, transfer: ReadonlyArray<*> = definedExternally)