3import android.graphics.Bitmap;
5import androidx.annotation.Nullable;
Enumeration of common errors of SDK.
Virtual background image info.
Virtual background controller in meeting.
MobileRTCSDKError removeBGImage(IVirtualBGImageInfo bgImageInfo)
Remove image item from image list, then the previous one will be used for virtual background.
MobileRTCSDKError useNoneImage()
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.