3import android.view.ViewGroup;
5import androidx.fragment.app.Fragment;
6import androidx.fragment.app.FragmentActivity;
The whiteboard helper interface.
boolean canStartShareWhiteboard()
Determines whether the current user can start whiteboard sharing. Only the host can start whiteboard ...
boolean canStopShareWhiteboard()
Determines whether the current user can stop whiteboard sharing.
int subscribeWhiteboard(FragmentActivity activity, ViewGroup container)
Displays the whiteboard view when someone is sharing the whiteboard.
int exportWhiteboard(ZoomVideoSDKExportFormat format)
Exports the currently shared whiteboard.
int startShareWhiteboard()
Starts whiteboard sharing in the session.
boolean isOtherSharingWhiteboard()
Determines whether another user is currently sharing a whiteboard.
int unSubscribeWhiteboard(FragmentActivity activity)
Hides the whiteboard sharing view when someone is sharing the whiteboard.
int stopShareWhiteboard()
Stops whiteboard sharing in the session.