3import android.app.Activity;
4import android.content.Intent;
Enumeration of reasons why sharing is not allowed.
Enumeration of common errors of SDK.
Enumeration of the whiteboard create options.
Enumeration of the whiteboard share options.
MobileRTCSDKError setWhiteboardShareOption(SDKWhiteboardShareOption option)
Set the setting option for whiteboard who can share.
CannotShareReasonType canStartShareWhiteboard()
Determine 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()
Determine whether the current meeting supports the whiteboard or not.
MobileRTCSDKError showDashboardView(Activity activity, int requestCode)
Show the dashboard web view activity.
boolean isOtherSharingWhiteboard()
Query if other user is sharing whiteboard.
MobileRTCSDKError setWhiteboardCreateOption(SDKWhiteboardCreateOption option)
Set the setting option for whiteboard who can initiate new whiteboard.
boolean isParticipantsCreateWithoutHostEnabled()
Determine 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.