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

ZOOM share information class. More...

#include <ZoomSDKASController.h>

Inherits NSObject.

Instance Methods

(ZoomSDKShareContentType- getShareType
 
(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.
 

Protected Attributes

ZoomSDKShareContentType _shareType
 
CGWindowID _windowID
 
CGDirectDisplayID _displayID
 

Detailed Description

ZOOM share information class.

Definition at line 109 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.

◆ getShareType

- (ZoomSDKShareContentType) getShareType

◆ getWindowID:

- (ZoomSDKError) getWindowID: (CGWindowID *) windowID

Get the window ID of the shared APP.

Parameters
windowIDA pointer to CGWindowID.

Field Documentation

◆ _displayID

- (CGDirectDisplayID) _displayID
protected

Definition at line 113 of file ZoomSDKASController.h.

◆ _shareType

- (ZoomSDKShareContentType) _shareType
protected

Definition at line 111 of file ZoomSDKASController.h.

◆ _windowID

- (CGWindowID) _windowID
protected

Definition at line 112 of file ZoomSDKASController.h.