14#import <Foundation/Foundation.h>
15#import <ZoomSDK/ZoomSDKErrors.h>
17NS_ASSUME_NONNULL_BEGIN
22@protocol ZoomSDKMeetingWhiteboardControllerDelegate <NSObject>
49@property(nonatomic,assign,nullable) id<ZoomSDKMeetingWhiteboardControllerDelegate>
delegate;
130- (
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.
Controller to manage whiteboard functionality during Zoom meetings.
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.