Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
InMeetingVirtualBackgroundController.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
3import android.graphics.Bitmap;
4
5import androidx.annotation.Nullable;
6
7import java.util.List;
8
Enumeration of common errors of SDK.
Virtual background image info.
MobileRTCSDKError removeBGImage(IVirtualBGImageInfo bgImageInfo)
Remove image item from image list, then the previous one will be used for virtual background.
boolean isDeviceSupportSmartVirtualBG()
Determine if the machine can support the smart virtual background feature. For more information,...
MobileRTCSDKError addBGImage(Bitmap bitmap)
add and use the image for virtual background.
boolean isAllowToAddNewVBItem()
Determine if the meeting supports the adding a new virtual background item feature.
MobileRTCSDKError useBGImage(IVirtualBGImageInfo bgImageInfo)
use the specify image item for virtual background.
boolean isSupportVirtualBG()
Determine if the meeting supports the virtual background feature.
List< IVirtualBGImageInfo > getBGImageList()
Get the virtual background list.