isSupportVirtualBackground is always false, but blur works without it

Zoom SDK Version: 1.11.10
Artifacts used:

  • us.zoom.videosdk:zoomvideosdk-core
  • us.zoom.videosdk:zoomvideosdk-videoeffects

Hi folks, both on emulator and real device virtualBackgroundHelper.isSupportVirtualBackground is always returning false. Despite that it is possible to enable blur:

val blur = virtualBackgroundHelper
    .virtualBackgroundItemList
    .first { it.type == ZoomVideoSDKVirtualBackgroundDataType_Blur }
virtualBackgroundHelper.setVirtualBackgroundItem(blur)

It seems like a bug, but if it isn’t could you please extend the documentation with the explanation on how to use isSupportVirtualBackground.

Thanks :slight_smile:

+1 to this, 1.12.0 is also affected