Class: MediaProcessorConnector
Helper class implementing the media Media Processor Connector Interface. This class should always be created on the application main thread and it should be used by Vonage SDKs. An example can be found here.
Implements
Constructors
constructor
• new MediaProcessorConnector(vonageMediaProcessor)
- When running insertable streams on the main MediaProcessorInterfaceshould be instance ofMediaProcessorclass.
- When running insertable streams on WebWorker MediaProcessorInterfaceshould be instance of bridge calss created by the user. Example can be found here
Parameters
| Name | Type | Description | 
|---|---|---|
| vonageMediaProcessor | MediaProcessorInterface | MediaProcessorInterface. |