Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration VirtualBackgroundSourceStateReason

The reason why the virtual background is not successfully enabled or the message that confirms success.

Index

Enumeration members

ColorFormatNotSupported

ColorFormatNotSupported: = 2

The color format of the custom background image is invalid. Please check the value of color in VirtualBackgroundSource.

DeviceNotSupported

DeviceNotSupported: = 3

The device does not support using the virtual background.

ImageNotExist

ImageNotExist: = 1

The custom background image does not exist. Please check the value of source in VirtualBackgroundSource.

Success

Success: = 0

The virtual background is successfully enabled.

Generated using TypeDoc