Video extension

Updated

Use the APIs provided by the RTC SDK to build a video extension.

The video filters you create are easily integrated into apps to supply visual effects and background processing.

Understand the tech

A video filter accesses video data when it is captured from the user's local device, modifies it, then plays the updated data to local and remote video channels.

Prerequisites

  • Physical media input devices such as a camera and a microphone.
  • A JavaScript package manager such as npm.
  • A project to develop in.

Project setup