ZoomVideoSdkVirtualBackgroundHelper class
Helper class for virtual background
- Inheritance
-
- Object
- PlatformInterface
- ZoomVideoSdkVirtualBackgroundHelper
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- methodChannel → MethodChannel
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
addVirtualBackgroundItem(
String filePath) → Future< ZoomVideoSdkVirtualBackgroundItem?> -
Add virtual background object.
filePath
the image filePath.
If the function succeeds, the return value is the selected virtual background item. -
getVirtualBackgroundItemList(
) → Future< List< ZoomVideoSdkVirtualBackgroundItem> > -
Get virtual background item list.
If the function succeeds, the return value is a list ofZoomVideoSDKVirtualBackgroundItem
object. -
isSupportVirtualBackground(
) → Future< bool> -
Determine whether the user can support smart virtual backgrounds.
Return true means support, you can use virtual background. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeVirtualBackgroundItem(
String imageName) → Future< String> -
Remove virtual background object.
imageName
the image name of virtual background item.
ReturnZoomVideoSDKError_Success
if the function succeeds. Otherwise, this function returns an error. -
setVirtualBackgroundItem(
String imageName) → Future< String> -
Set virtual background item.
imageName
the image name of virtual background item.
ReturnZoomVideoSDKError_Success
if the function succeeds. Otherwise, this function returns an error. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited