3import android.content.Intent;
4import android.view.View;
Zoom Video SDK video canvas view.
int lockShare(boolean lock)
Lock sharing the view or screen. Only the host can call this method.
boolean isShareLocked()
Determine whether sharing the view or screen is locked.
int startShareScreen(Intent data)
Share a selected screen through Intent.
int disableViewerAnnotation(boolean disable)
Disable or enable viewer’s annotation by the share owner. Only the share owner can call this function...
boolean isShareDeviceAudioEnabled()
Determine if the SDK has enabled share device sound.
int startShareWithPreprocessing(ZoomVideoSDKSharePreprocessParam param, IZoomVideoSDKSharePreprocessor preprocessor)
Start share preprocessing.
boolean isViewerAnnotationDisabled()
Whether annotation on current sharing is disabled or not.
boolean isSharingOut()
Determine whether the current user is sharing.
int enablePlaySharingAudioRawdata(boolean bPlaying)
Enable or disable local playback of shared audio raw data.
int resumeShare()
Resume share.
int destroyAnnotationHelper(ZoomVideoSDKAnnotationHelper helper)
destroy annotation helper.
boolean isOtherSharing()
Determine whether other user is sharing.
int startShareView(View view)
Share a selected view.
int startShareCamera(ZoomVideoSDKCameraShareView view)
Share the select camera. Query the select camera using ZoomVideoSDKVideoHelper#getCameraList()....
int enableShareDeviceAudio(boolean enable)
Enable or disable the device sound when sharing. The SDK does not support sharing device audio,...
int pauseShare()
Pause share.
boolean isAnnotationFeatureSupport()
Whether annotation feature is supported or not.
int enableMultiShare(boolean enable)
Enable or disable participants can share simultaneously. warning: When you switch multi share from en...
int startSharingExternalSource(ZoomVideoSDKShareSource source, ZoomVideoSDKShareAudioSource pAudioSource, boolean bPlaying)
Share a external source.
boolean isScreenSharingOut()
Determine whether the current user is sharing the screen.
boolean isMultiShareEnabled()
Determine whether multi share is enabled or not.
ZoomVideoSDKAnnotationHelper createAnnotationHelper(ZoomVideoSDKVideoView view)
create annotation helper base on shared view. The view passed in this function should be subscribed s...
int stopShare()
Stop view or screen share.
Share source sink interface.