Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKSharingSourceInfo Class Reference

ZOOM share information class. More...

#include <ZoomSDKASController.h>

Inherits NSObject.

Instance Methods

(ZoomSDKError- getWindowID:
 Get the window ID of the shared APP.
 
(ZoomSDKError- getDisplayID:
 Get the display ID on which that user wants to share the content.
 

Properties

unsigned int shareSourceID
 
unsigned int userID
 
ZoomSDKShareContentType contentType
 
ZoomSDKShareStatus status
 
CGWindowID windowID
 
CGDirectDisplayID displayID
 
BOOL isShowInFirstScreen
 
BOOL isShowInSecondScreen
 
BOOL canBeRemoteControl
 
BOOL bEnableOptimizingVideoSharing
 

Detailed Description

ZOOM share information class.

Definition at line 91 of file ZoomSDKASController.h.

Method Documentation

◆ getDisplayID:

- (ZoomSDKError) getDisplayID: (CGDirectDisplayID *) displayID

Get the display ID on which that user wants to share the content.

Parameters
displayIDA pointer of CGDirectDisplayID.

◆ getWindowID:

- (ZoomSDKError) getWindowID: (CGWindowID *) windowID

Get the window ID of the shared APP.

Parameters
windowIDA pointer to CGWindowID.

Property Documentation

◆ bEnableOptimizingVideoSharing

- (BOOL) bEnableOptimizingVideoSharing
readnonatomicassign

Definition at line 101 of file ZoomSDKASController.h.

◆ canBeRemoteControl

- (BOOL) canBeRemoteControl
readnonatomicassign

Definition at line 100 of file ZoomSDKASController.h.

◆ contentType

- (ZoomSDKShareContentType) contentType
readnonatomicassign

Definition at line 94 of file ZoomSDKASController.h.

◆ displayID

- (CGDirectDisplayID) displayID
readnonatomicassign

Definition at line 97 of file ZoomSDKASController.h.

◆ isShowInFirstScreen

- (BOOL) isShowInFirstScreen
readnonatomicassign

Definition at line 98 of file ZoomSDKASController.h.

◆ isShowInSecondScreen

- (BOOL) isShowInSecondScreen
readnonatomicassign

Definition at line 99 of file ZoomSDKASController.h.

◆ shareSourceID

- (unsigned int) shareSourceID
readnonatomicassign

Definition at line 92 of file ZoomSDKASController.h.

◆ status

- (ZoomSDKShareStatus) status
readnonatomicassign

Definition at line 95 of file ZoomSDKASController.h.

◆ userID

- (unsigned int) userID
readnonatomicassign

Definition at line 93 of file ZoomSDKASController.h.

◆ windowID

- (CGWindowID) windowID
readnonatomicassign

Definition at line 96 of file ZoomSDKASController.h.