NERoomVirtualBackgroundSourceStateReason class Null safety

Constructors

NERoomVirtualBackgroundSourceStateReason()

Properties

hashCode int
The hash code for this object.
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

kColorFormatNotSupported → const int
Invalid custom background image color format Check the value of color in VirtualBackgroundSource.
3
kDeviceNotSupported → const int
The virtual background is not supported
4
kImageFormatNotSupported → const int
Invalid custom background image format Check the value of source in VirtualBackgroundSource
2
kImageNotExist → const int
Custom background image does not exist. Check the value of source in VirtualBackgroundSource.
1
kSuccess → const int
The virtual background enabled.
0