Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
InMeetingWhiteboardController.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
3import android.app.Activity;
4import android.content.Intent;
5
Enumeration of reasons why sharing is not allowed.
Enumeration of common SDK errors.
Enumeration of the whiteboard create options.
Enumeration of whiteboard share options.
boolean canStopWhiteboardShare()
Determines whether the current user can stop sharing the new whiteboard.
MobileRTCSDKError stopWhiteboardShare()
Stops sharing the new whiteboard.
MobileRTCSDKError setWhiteboardShareOption(SDKWhiteboardShareOption option)
Set the setting option for whiteboard who can share.
CannotShareReasonType canStartShareWhiteboard()
Determines whether the current meeting can start sharing the whiteboard.
MobileRTCSDKError setEvent(InMeetingWhiteboardCtrlEvent pEvent)
Configure the meeting white board controller callback event handler.
SDKWhiteboardCreateOption getWhiteboardCreateOption()
Get the setting option for whiteboard who can initiate new whiteboard.
MobileRTCSDKError enableParticipantsCreateWithoutHost(boolean bEnable)
Enable the participants create new whiteboard without host in the meeting.
boolean isSupportWhiteBoard()
Determines whether the current meeting supports the whiteboard or not.
MobileRTCSDKError showDashboardView(Activity activity, int requestCode)
Show the dashboard web view activity.
MobileRTCSDKError startNewWhiteboardShare()
Starts sharing a new whiteboard.
boolean isOtherSharingWhiteboard()
Query if other user is sharing whiteboard.
boolean canStartShareNewWhiteboard()
Determines whether the current user can create a new whiteboard.
MobileRTCSDKError setWhiteboardCreateOption(SDKWhiteboardCreateOption option)
Set the setting option for whiteboard who can initiate new whiteboard.
boolean isParticipantsCreateWithoutHostEnabled()
Determines whether enable the participants create new whiteboard without host in the meeting.
SDKWhiteboardShareOption getWhiteboardShareOption()
Get the setting option for whiteboard who can share.
boolean isSharingWhiteboardOut()
Query if the current user is successfully sharing a whiteboard.