6#import <MobileRTC/MobileRTC.h>
11@interface MobileRTCMeetingService (Whiteboard)
32- (
MobileRTCSDKError)setParentViewCtroller:(UIViewController* _Nullable)parentVC DEPRECATED_MSG_ATTRIBUTE("Not maintain anymore,Use showWhiteboardByParentViewCtroller instead");
40- (
MobileRTCSDKError)showWhiteboardByParentViewCtroller:(UIViewController* _Nullable)parentVC;
94#pragma mark - UI setting -
100- (void)disableCloudWhiteboard:(BOOL)disabled;
107- (BOOL)setCloudWhiteboardFeedbackUrl:(nullable NSString *)feedbackUrl;
113- (void)hideCloudWhiteboardHelperCenterButton:(BOOL)hide;
119- (void)hideCloudWhiteboardOpenInBrowserButton:(BOOL)hide;
125- (void)hideFeedbackButtonOnCloudWhiteboard:(BOOL)hide;
131- (void)hideShareButtonOnCloudWhiteboard:(BOOL)hide;
137- (void)hideAboutButtonOnCloudWhiteboard:(BOOL)hide;
139#pragma mark - legal related -
MobileRTCSDKError
Enumeration of the SDK error.
MobileRTCCannotShareReasonType
Enumeration of the reasons why sharing is not allowed.
MobileRTCWhiteboardShareOption
Enumeration of the whiteboard share options.
MobileRTCWhiteboardCreateOption
Enumeration of the whiteboard create options.
BOOL isWhiteboardLegalNoticeAvailable()
Determines if whiteboard legal notice is available.
BOOL isOtherSharingWhiteboard()
Determines if other user is sharing whiteboard.
NSString *_Nullable getWhiteboardLegalNoticesPrompt()
Gets whiteboard legal notices message.
BOOL isSharingWhiteboardOut()
Determines if the current user is sharing whiteboard.
void dismissWhiteboardOrDashboard()
Dismisses whiteboard or dashboard.
MobileRTCSDKError showDashboardView()
Shows the dashboard web view window.
MobileRTCCannotShareReasonType canStartShareWhiteboard()
Determines whether the current meeting can start sharing the whiteboard.
BOOL isParticipantsCreateWithoutHostEnabled()
Determines whether enabling the participants to create a new whiteboard without the host in the meeti...
MobileRTCWhiteboardShareOption getWhiteboardShareOption()
Gets the option for who can share a whiteboard.
BOOL isSupportWhiteBoard()
Determines whether the current meeting supports the whiteboard.
MobileRTCWhiteboardCreateOption getWhiteboardCreateOption()
Gets the option for who can initiate a new whiteboard.
NSString *_Nullable getWhiteboardLegalNoticesExplained()
Gets whiteboard legal notices detailed description.