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

Delegate protocol to receive whiteboard status and settings changes. More...

#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

Delegate protocol to receive whiteboard status and settings changes.

Definition at line 22 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.
createOptionWho can create a new whiteboard.
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.