Skip to content

Virtual Backgrounds

kristiyan-petrov edited this page Feb 27, 2024 · 2 revisions

Feature

Since Bandyer Android SDK v3.5.0 has been added the capability to use virtual backgrounds during a video call.

The virtual backgrounds available are the blurred background and the image background which has been uploaded via rest api.

To upload a virtual background image please refer to this link.

Once the background has been uploaded it is required to update the company item with the new default background via update company REST api.

To update a company via REST api please refer to this link.

Usage

The virtual background extension is optional and can be imported adding the following dependency to your app's build.gradle file as well as the Bandyer Android SDK.

Latest Virtual Background Extension version:

Download

implementation "com.bandyer:extension_virtual_background:$extensionVirtualBackgroundVersion"

Clone this wiki locally