1#import <Foundation/Foundation.h>
2#import <ZoomSDK/ZoomSDKErrors.h>
6@protocol ZoomSDKMeetingWhiteboardControllerDelegate <NSObject>
24@property(nonatomic,assign,nullable) id<ZoomSDKMeetingWhiteboardControllerDelegate>
delegate;
105- (
ZoomSDKError)enableParticipantsCreateWithoutHost:(BOOL)bEnable;
ZoomSDKWhiteboardShareOption
Enumeration of the whiteboard share options.
ZoomSDKWhiteboardCreateOption
Enumeration of the whiteboard create options.
ZoomSDKCannotShareReasonType
Enumeration of reasons why sharing is not allowed.
ZoomSDKError
Enumeration of common errors of SDK.
ZoomSDKWhiteboardStatus
Enumeration of the whiteboard status.
ZoomSDKWhiteboardShareOption getWhiteboardShareOption()
Get the option for who can share whiteboards.
BOOL isSharingWhiteboardOut()
if the current user is successfully sharing a whiteboard.
id< ZoomSDKMeetingWhiteboardControllerDelegate > delegate
BOOL isParticipantsCreateWithoutHostEnabled()
Determine whether to enable the participants create a new whiteboard without the host in the meeting.
BOOL isOtherSharingWhiteboard()
Query if other user is sharing a whiteboard.
ZoomSDKWhiteboardCreateOption getWhiteboardCreateOption()
Get the option for whiteboard who can initiate a new whiteboard.
BOOL isSupportWhiteBoard()
Determine whether the current meeting supports the whiteboard or not.