3import android.view.ViewGroup;
5import androidx.fragment.app.Fragment;
6import androidx.fragment.app.FragmentActivity;
The whiteboard helper interface.
boolean canStartShareWhiteboard()
Checks whether the current user can start whiteboard sharing. Only the host can start whiteboard shar...
boolean canStopShareWhiteboard()
Checks 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()
Checks 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.