RTCRtpScriptTransform constructor

RTCRtpScriptTransform(
  1. Worker worker, [
  2. dynamic options,
  3. Iterable? transfer
])

Implementation

factory RTCRtpScriptTransform(Worker worker,
        [dynamic options, Iterable<dynamic>? transfer]) =>
    RTCRtpScriptTransform._(
        worker, options ?? undefined, transfer ?? undefined);