Share control interface.
More...
#include <ZoomVideoSDKShareHelper.h>
Inherits NSObject.
Share control interface.
Definition at line 79 of file ZoomVideoSDKShareHelper.h.
◆ createAnnotationHelper:
Creates annotation helper based on shared view.
- Parameters
-
view | the shared view. Pass the nil will return the helper for self sharing. |
- Returns
- The result of it.
- Warning
- The view passed in this function should be subscribed share view. And if the share view aspect mode is full fill, the annotate not supported. When the share owner not support the feature of annotate, the others should not do annotate in that case.
References ZoomVideoSDKShareStatus::sharingStatus.
◆ destroyAnnotationHelper:
Destroys annotation helper.
- Parameters
-
- Returns
- The result of it.
◆ disableViewerAnnotation:
Disable or enable viewer’s annotation by the share owner.
- Parameters
-
disable | YES means annotation is disabled, NO means it is enabled. |
- Returns
- the result of this.
- Warning
- Only the share owner can call this function.
◆ enableMultiShare:
Enable or disable participants can share simultaneously.
- Parameters
-
enable | True to enable. False to disable. |
- Returns
- If the function succeeds, the return value is Errors_Success.
- Warning
- When you switch multi share from enable to disable, all sharing will be stopped
◆ enablePlaySharingAudioRawdata:
Enable or disable local playback of shared audio raw data.
- Parameters
-
bPlay | YES to play shared audio raw data, NO not to play it. |
- Returns
- If the function succeeds, it will return Errors_Success. Otherwise failed. To get extended error information, see
ZoomVideoSDKError
.
◆ enableShareDeviceAudio:
- (BOOL) enableShareDeviceAudio: |
|
(BOOL) | enable |
|
Enable or disable the device audio shared together when screen sharing.
- Parameters
-
enable | share audio out or not. |
- Returns
- The result of it.
◆ isAnnotationFeatureSupport
- (BOOL) isAnnotationFeatureSupport |
|
|
|
Whether annotation feature is supported or not.
- Returns
- The result of it.
◆ isMultiShareEnabled
- (BOOL) isMultiShareEnabled |
|
|
|
Determine whether multi share is enabled or not..
- Returns
- true enabled, false not enabled.
◆ isOtherSharing
Determine whether other user is sharing.
- Returns
- YES indicates another user is sharing, otherwise NO.
◆ isScreenSharingOut
- (BOOL) isScreenSharingOut |
|
|
|
Determine whether the current user is sharing the screen.
- Returns
- YES indicates the current user is sharing the screen, otherwise NO.
◆ isShareDeviceAudioEnabled
- (BOOL) isShareDeviceAudioEnabled |
|
|
|
Determine if the SDK has enabled share device audio when screen sharing.
- Returns
- The result of it.
◆ isShareLocked
Determine whether sharing the view or screen is locked.
- Returns
- YES indicates that sharing is locked, otherwise NO.
◆ isSharingOut
Determine whether the current user is sharing.
- Returns
- YES indicates the current user is sharing, otherwise NO.
◆ isViewerAnnotationDisabled
- (BOOL) isViewerAnnotationDisabled |
|
|
|
Whether annotation on current sharing is disabled or not.
- Returns
- the result of this.
- Warning
- Only the share owner can call this function.
◆ lockShare:
Lock sharing the view or screen. Only the host can call this method.
- Parameters
-
- Returns
- If the function succeeds, the return value is Errors_Success. Otherwise failed. To get extended error information, see [ZoomVideoSDKError].
- Warning
- Only Host/Manger can call the function.
◆ pauseShare
Pause share. For camera share, the presenter can pause the share to support annotation.
- Returns
- If the function succeeds, the return value is Errors_Success. Otherwise failed. To get extended error information, see
ZoomVideoSDKError
.
◆ resumeShare
Resume share. For camera share, the presenter can restart the camera share.
- Returns
- If the function succeeds, the return value is Errors_Success. Otherwise failed. To get extended error information, see
ZoomVideoSDKError
.
◆ startShareCamera:
◆ startShareWithView:
Share a selected view.
- Parameters
-
view | The view to be shared. |
- Warning
- view, recommend to pass a single UIView's object, such as UIView, UIImageView or WKWebView.
-
It is not recommended to pass UIView after add subview WKWebView or UIImageView.
- Returns
- If the function succeeds, the return value is Errors_Success. Otherwise failed. To get extended error information, see [ZoomVideoSDKError].
◆ startSharingExternalSource:andAudioSource:
Share an external source.
- Parameters
-
- Returns
- If the function succeeds, it will return Errors_Success.Otherwise failed. To get extended error information, see [ZoomVideoSDKError].
- Warning
- If audioDelegate is non-null, it means share user-defined audio at the same time.
◆ startSharingExternalSource:andAudioSource:isPlaying:
Share an external source.
- Parameters
-
shareDelegate | External share source,To get extended information, see ZoomVideoSDKShareSource . |
audioDelegate | External share audio source,To get extended information, see ZoomVideoSDKShareAudioSource . |
isPlaying | YES to play shared audio raw data, false not to play. |
- Returns
- If the function succeeds, it will return Errors_Success.Otherwise failed. To get extended error information, see [ZoomVideoSDKError].
- Warning
- If audioDelegate is non-null, it means share user-defined audio at the same time.
◆ stopShare
Stop view or screen share.
- Returns
- If the function succeeds, the return value is Errors_Success. Otherwise failed. To get extended error information, see [ZoomVideoSDKError].