|
Meeting SDK for macOS API Reference
|
Represents information about a sharing source. 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 |
| Unique ID of the sharing source. | |
| unsigned int | userID |
| User ID of the sharer. | |
| ZoomSDKShareContentType | contentType |
| Content type of the shared source. | |
| ZoomSDKShareStatus | status |
| Current status of the sharing. | |
| CGWindowID | windowID |
| Window ID of the shared application. | |
| CGDirectDisplayID | displayID |
| Display ID of the shared desktop. | |
| BOOL | isShowInFirstScreen |
| Indicates if the content is shown on the first screen (Zoom UI mode only). | |
| BOOL | isShowInSecondScreen |
| Indicates if the content is shown on the second screen (Zoom UI mode only). | |
| BOOL | canBeRemoteControl |
| Indicates whether the shared content can be remote controlled. | |
| BOOL | bEnableOptimizingVideoSharing |
| Determines if optimizing video sharing is enabled. | |
Represents information about a sharing source.
Definition at line 98 of file ZoomSDKASController.h.
| - (ZoomSDKError) getDisplayID: | (CGDirectDisplayID *) | displayID |
Get the display ID on which that user wants to share the content.
| displayID | A pointer of CGDirectDisplayID. |
| - (ZoomSDKError) getWindowID: | (CGWindowID *) | windowID |
Get the window ID of the shared APP.
| windowID | A pointer to CGWindowID. |
|
readnonatomicassign |
Determines if optimizing video sharing is enabled.
Definition at line 138 of file ZoomSDKASController.h.
|
readnonatomicassign |
Indicates whether the shared content can be remote controlled.
Definition at line 134 of file ZoomSDKASController.h.
|
readnonatomicassign |
Content type of the shared source.
Definition at line 110 of file ZoomSDKASController.h.
|
readnonatomicassign |
Display ID of the shared desktop.
Definition at line 122 of file ZoomSDKASController.h.
|
readnonatomicassign |
Indicates if the content is shown on the first screen (Zoom UI mode only).
Definition at line 126 of file ZoomSDKASController.h.
|
readnonatomicassign |
Indicates if the content is shown on the second screen (Zoom UI mode only).
Definition at line 130 of file ZoomSDKASController.h.
|
readnonatomicassign |
Unique ID of the sharing source.
Definition at line 102 of file ZoomSDKASController.h.
|
readnonatomicassign |
Current status of the sharing.
Definition at line 114 of file ZoomSDKASController.h.
|
readnonatomicassign |
User ID of the sharer.
Definition at line 106 of file ZoomSDKASController.h.
|
readnonatomicassign |
Window ID of the shared application.
Definition at line 118 of file ZoomSDKASController.h.