Options
All
  • Public
  • Public/Protected
  • All
Menu

Defines the parameters required to initialize a media processor.

Hierarchy

  • ProcessorParams

Index

Properties

name: string

Unique name of the processor. Used to identify and register the processor implementation.

options?: any

Parameters to pass into the processor constructor

type: MediaType

Specifies the processor category. Determines which media pipeline the processor integrates with:

  • video: Processes camera frames before encoding or transmission.
  • audio: Processes microphone input or playback streams.
  • share: Processes screen-share frames before distribution.
url: string

Absolute URL of the processor script. The script must be hosted on the same origin or have CORS enabled to allow cross-origin loading.