#include <ZoomSDKSettingService.h>
Inherits NSObject.
Definition at line 144 of file ZoomSDKSettingService.h.
◆ SetVideoParentView:VideoContainerRect:
- (ZoomSDKError) SetVideoParentView: |
|
(NSView *) | parentView |
VideoContainerRect: |
|
(NSRect) | containerRect |
This method is used to set the frame of video preview and tell Zoom client the parent view where the video preview will be drawn.
- Parameters
-
parentView | The parent view where the video preview will be drawn. |
containerRect | The frame displaying video preview. |
- Returns
- If the function succeeds, it will return ZoomSDKError_Success, otherwise failed.
◆ StartPreview
Preview user's video with default camera.
- Returns
- If the function succeeds, it will return ZoomSDKError_Success, otherwise failed.
◆ StartPreview:
Preview user's video.
- Parameters
-
deviceID | The ID of camera device. |
- Returns
- If the function succeeds, it will return ZoomSDKError_Success, otherwise failed.
◆ StopPreview
Stop previewing user's video.
- Returns
- If the function succeeds, it will return ZoomSDKError_Success, otherwise failed.
◆ _delegate
◆ delegate