Virtual Backgrounds - KaleyraVideo/VideoAndroidSDK GitHub Wiki
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
Be sure to add the virtual background action by adding it to the call actions as follows:
// add virtual background call ui action
KaleyraVideo.conference.callActions =
CallUI.Action.default + CallUI.Action.CameraEffects
// or by adding all available ui actions
KaleyraVideo.conference.callActions = CallUI.Action.all