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
MediaProcessorInterface
should be instance ofMediaProcessor
class. - When running insertable streams on WebWorker
MediaProcessorInterface
should be instance of bridge calss created by the user. Example can be found here
Parameters
Name | Type | Description |
---|---|---|
vonageMediaProcessor | MediaProcessorInterface | MediaProcessorInterface. |