Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
<ZoomSDKMeetingWhiteboardControllerDelegate> Protocol Reference

#include <ZoomSDKMeetingWhiteboardController.h>

Inherits <NSObject>.

Instance Methods

(void) - onWhiteboardStatusChanged:
 Whiteboard status changed callback. Use this function to inform the user that the whiteboard has been started or stopped, and all users in the meeting can get the event.
 
(void) - onWhiteboardSettingsChanged:createOption:enable:
 Callback event of whiteboard setting type changed.
 

Detailed Description

Definition at line 6 of file ZoomSDKMeetingWhiteboardController.h.

Method Documentation

◆ onWhiteboardSettingsChanged:createOption:enable:

- (void) onWhiteboardSettingsChanged: (ZoomSDKWhiteboardShareOption) shareOption
createOption: (ZoomSDKWhiteboardCreateOption) createOption
enable: (BOOL) bEnable 

Callback event of whiteboard setting type changed.

Parameters
shareOptionWho can share their whiteboard. For more details, see ZoomSDKWhiteboardShareOption.
createOptionWho can create a new whiteboard. For more details, see ZoomSDKWhiteboardCreateOption.
bEnableWhether to enable the participants' ability to create a whiteboard without a host in the meeting.

◆ onWhiteboardStatusChanged:

- (void) onWhiteboardStatusChanged: (ZoomSDKWhiteboardStatus) status

Whiteboard status changed callback. Use this function to inform the user that the whiteboard has been started or stopped, and all users in the meeting can get the event.

Parameters
statusSpecify current whiteboard status. For more details, see ZoomSDKWhiteboardStatus.