Skip to content

Virtual Backgrounds

kristiyan-petrov edited this page Nov 22, 2023 · 4 revisions

Feature

It's possible 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 Kaleyra Video SDK.

implementation(platform("com.kaleyra:video-sdk-bom:$kaleyraVideoSdkVersion"))
implementation "kaleyra:video-extension-virtual-background"