3import android.graphics.Bitmap;
7import us.zoom.internal.video.SDKVideoUnitMgr;
Virtual background helper interface.
ZoomVideoSDKVirtualBackgroundItem addVirtualBackgroundItem(Bitmap image)
Adds a virtual background object.
List< ZoomVideoSDKVirtualBackgroundItem > getVirtualBackgroundItemList()
Gets the virtual background item list.
ZoomVideoSDKVirtualBackgroundItem getSelectedVirtualBackgroundItem()
Gets the selected virtual background item.
int removeVirtualBackgroundItem(ZoomVideoSDKVirtualBackgroundItem imageItem)
Removes a virtual background object.
boolean isSupportVirtualBackground()
Determines whether the user can support smart virtual backgrounds.
int setVirtualBackgroundItem(ZoomVideoSDKVirtualBackgroundItem imageItem)
Sets the virtual background item.
Virtual background item interface.