Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
IDirectShareServiceHelper.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
Enumeration of common SDK errors.
Event interface for direct share service helper.
Helper interface for direct share service operations.
boolean canStartDirectShare()
Determines whether direct share can be started.
MobileRTCSDKError startDirectShare()
Starts direct share.
boolean isDirectShareInProgress()
Determines whether direct share is in progress.
void setEvent(IDirectShareServiceHelperEvent listener)
Sets the event listener.
MobileRTCSDKError stopDirectShare()
Stops direct share.