Adding background filters to your application for the Amazon Chime SDK
The process of adding background filters follows these broad steps:
-
Check for supported browsers.
-
Create a
VideoFxConfigobject with the configuration you want to use. -
Use the configuration object to create a
VideoFxProcessorobject. -
Include the
VideoFxProcessorobject in aVideoTransformDevice. -
Use the
VideoTransformDeviceto start the video input.
Note
To complete those steps, you must first:
-
Create a
Logger. -
Choose a video device of class
MediaDeviceInfo. -
Successfully join a
MeetingSession.
Steps in the following sections explain how to complete the process.