Video SDK for Android API Reference
Loading...
Searching...
No Matches
ZoomVideoSDKWhiteboardHelper.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
3import android.view.ViewGroup;
4
5import androidx.fragment.app.Fragment;
6import androidx.fragment.app.FragmentActivity;
7
17
24
30
36
42
48
49
50
59
67 int subscribeWhiteboard(FragmentActivity activity, ViewGroup container);
68
74 int unSubscribeWhiteboard(FragmentActivity activity);
75
76}
Enumeration of supported export formats for content, such as whiteboard.
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.