|
Meeting SDK for macOS API Reference
|
Handle specify content sharing in direct share for custom ui. More...
#include <ZoomSDKPremeetingService.h>
Inherits NSObject.
Instance Methods | |
| (NSArray< NSNumber * > *) | - getSupportedDirectShareType |
| Designated to get the supported direct share types. | |
| (ZoomSDKError) | - tryShareApplication:shareSound:optimizeVideoClip: |
| Designated to direct share application. | |
| (ZoomSDKError) | - tryShareDesktop:shareSound:optimizeVideoClip: |
| Designated to direct share desktop. | |
| (ZoomSDKError) | - tryShareFrame:optimizeVideoClip: |
| Designated to direct share frame. | |
| (ZoomSDKError) | - cancel |
| Designated to cancel the action. | |
Handle specify content sharing in direct share for custom ui.
Definition at line 39 of file ZoomSDKPremeetingService.h.
| - (ZoomSDKError) cancel |
Designated to cancel the action.
| - (NSArray< NSNumber * > *) getSupportedDirectShareType |
Designated to get the supported direct share types.
| - (ZoomSDKError) tryShareApplication: | (CGWindowID) | windowID | |
| shareSound: | (BOOL) | shareSound | |
| optimizeVideoClip: | (BOOL) | optimizeVideoClip |
Designated to direct share application.
| windowID | The Application's window id to be shared. |
| shareSound | Enable or disable share computer sound. |
| optimizeVideoClip | Enable or disable optimizing for full screen video clip. |
| - (ZoomSDKError) tryShareDesktop: | (CGDirectDisplayID) | monitorID | |
| shareSound: | (BOOL) | shareSound | |
| optimizeVideoClip: | (BOOL) | optimizeVideoClip |
Designated to direct share desktop.
| monitorID | The ID of the monitor that to be shared. |
| shareSound | Enable or disable share computer sound. |
| optimizeVideoClip | Enable or disable optimizing for full screen video clip. |
| - (ZoomSDKError) tryShareFrame: | (BOOL) | shareSound | |
| optimizeVideoClip: | (BOOL) | optimizeVideoClip |
Designated to direct share frame.
| shareSound | Enable or disable share computer sound. |
| optimizeVideoClip | Enable or disable optimizing for full screen video clip. |