#include <ZoomSDKPremeetingService.h>
Inherits NSObject.
Definition at line 24 of file ZoomSDKPremeetingService.h.
◆ cancel
Designated to cancel the action.
- Returns
- If the function succeeds, it will return ZoomSDKError_Success. Otherwise failed.
◆ getSupportedDirectShareType
- (NSArray< NSNumber * > *) getSupportedDirectShareType |
|
|
|
Designated to get the supported direct share types.
- Returns
- If the function succeeds, it will return an array contains NSNumber with ZoomSDKShareContentType.
◆ tryShareApplication:shareSound:optimizeVideoClip:
- (ZoomSDKError) tryShareApplication: |
|
(CGWindowID) | windowID |
shareSound: |
|
(BOOL) | shareSound |
optimizeVideoClip: |
|
(BOOL) | optimizeVideoClip |
Designated to direct share application.
- Parameters
-
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. |
- Returns
- If the function succeeds, it will return ZoomSDKError_Success. Otherwise failed.
◆ tryShareDesktop:shareSound:optimizeVideoClip:
- (ZoomSDKError) tryShareDesktop: |
|
(CGDirectDisplayID) | monitorID |
shareSound: |
|
(BOOL) | shareSound |
optimizeVideoClip: |
|
(BOOL) | optimizeVideoClip |
Designated to direct share desktop.
- Parameters
-
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. |
- Returns
- If the function succeeds, it will return ZoomSDKError_Success. Otherwise failed.
◆ tryShareFrame:optimizeVideoClip:
- (ZoomSDKError) tryShareFrame: |
|
(BOOL) | shareSound |
optimizeVideoClip: |
|
(BOOL) | optimizeVideoClip |
Designated to direct share frame.
- Parameters
-
shareSound | Enable or disable share computer sound. |
optimizeVideoClip | Enable or disable optimizing for full screen video clip. |
- Returns
- If the function succeeds, it will return ZoomSDKError_Success. Otherwise failed.