Meeting SDK for macOS API Reference
|
#include <ZoomSDKSettingService.h>
Inherits NSObject.
Instance Methods | |
(ZoomSDKError) | - startLipSyncAvatarPreview: |
Start to preview lip-sync avatar. | |
(ZoomSDKError) | - stopLipSyncAvatarPreview: |
Stop to preview lip-sync avatar. | |
Definition at line 564 of file ZoomSDKSettingService.h.
- (ZoomSDKError) startLipSyncAvatarPreview: | (NSView *) | lipsyncPreview |
Start to preview lip-sync avatar.
lipsyncPreview | The view of show lip-sync avatar preview. |
- (ZoomSDKError) stopLipSyncAvatarPreview: | (NSView *) | lipsyncPreview |
Stop to preview lip-sync avatar.
lipsyncPreview | The view of show lip-sync avatar preview. |