#include <ZoomSDKSettingService.h>
Inherits <NSObjectNSObject>.
Definition at line 1406 of file ZoomSDKSettingService.h.
◆ onGreenVBDidUpdateWithReplaceColor:
- (void) onGreenVBDidUpdateWithReplaceColor: |
|
(NSColor *) | selectedColor |
|
|
optionalrequired |
Notify the virtual background was updated with selected color.
- Parameters
-
selectedColor | The selected color. |
◆ onSelectedVBImageChanged
- (void) onSelectedVBImageChanged |
|
|
|
|
optionalrequired |
Notify the selected virtual background image has been changed, user can get the new selected image through image list.
◆ onVBImageDidDownloaded:
- (void) onVBImageDidDownloaded: |
|
(NSString *) | filePath |
|
|
optional |
Notify the default virtual background image have been downloaded from web.
- Parameters
-
filePath | The path of the file. |
◆ onVBVideoUploadedResult:failedError:
Notify the result of adding video virtual background.
- Parameters
-
success | YES means is successfully added, otherwise not. |
error | If failed adding the video virtual background, the error will be notified. |
◆ onVideoFilterItemDataDownloaded:type:index:
Callback event of notification that the selected video filter item whether has been downloaded successfully.
- Parameters
-
ready | YES indicates the selected video filter item has been downloaded successfully. |
type | type The type of the selected video filter item. |
index | The index of the selected video filter item. |
◆ onVideoFilterItemDataDownloading:index:
Callback event of notification that the selected video filter item is downloading.
- Parameters
-
type | The type of the selected video filter item. |
index | The index of the selected video filter item. |
◆ onVideoFilterItemThumnailsDownloaded
- (void) onVideoFilterItemThumnailsDownloaded |
|
|
|
|
optionalrequired |
Callback event of notification that the thumbnails of all video filter items have been downloaded.