3import android.graphics.Bitmap;
5import androidx.annotation.Nullable;
Enumeration of common SDK errors.
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()
Determines 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()
Determines 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()
Determines if the meeting supports the virtual background feature.
List< IVirtualBGImageInfo > getBGImageList()
Get the virtual background list.