Interface RTCRtpScriptTransformer<R>

transformer object, with properties common to both APIs. for the old API, this is the object returned by createEncodedStreams(); for the new API, this is the transformer object passed at the event.

Type Parameters

  • R = unknown

Hierarchy

  • RTCRtpScriptTransformer

Properties

Properties

readable: ReadableStream<R>
writable: WritableStream<R>

Generated using TypeDoc