◆ onGreenVBDidUpdateWithReplaceColor:
| - (void) onGreenVBDidUpdateWithReplaceColor: |
|
(NSColor *) |
selectedColor |
|
|
optional |
Notify the virtual background was updated with selected color.
- Parameters
-
| selectedColor | The selected color. |
◆ 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:
| - (void) onVBVideoUploadedResult: |
|
(BOOL) |
success |
| failedError: |
|
(ZoomSDKSettingVBVideoError) |
error |
|
|
| |
|
optional |
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:index:
| - (void) onVideoFilterItemDataDownloaded: |
|
(ZoomSDKVideoEffectType) |
type |
| index: |
|
(int) |
index |
|
|
| |
|
optional |
Notify the default video fiter item have been downloaded from web.
- Parameters
-
| type | The type of the video fiter item. |
| index | The index of the video fiter item. |
◆ onVideoFilterItemDataReady:type:index:
| - (void) onVideoFilterItemDataReady: |
|
(BOOL) |
ready |
| type: |
|
(ZoomSDKVideoEffectType) |
type |
| index: |
|
(int) |
index |
|
|
| |
|
optional |
Notify the video fiter item data is ready.
- Parameters
-
| ready | YES means is ready, otherwise not. |
| type | The type of the video fiter item. |
| index | The index of the video fiter item. |
The documentation for this protocol was generated from the following file: