Meeting SDK for macOS API 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. | |
Delegate protocol to receive whiteboard status and settings changes.
Definition at line 22 of file ZoomSDKMeetingWhiteboardController.h.
- (void) onWhiteboardSettingsChanged: | (ZoomSDKWhiteboardShareOption) | shareOption | |
createOption: | (ZoomSDKWhiteboardCreateOption) | createOption | |
enable: | (BOOL) | bEnable |
Callback event of whiteboard setting type changed.
shareOption | Who can share their whiteboard. |
createOption | Who can create a new whiteboard. |
bEnable | Whether to enable the participants' ability to create a whiteboard without a host in the meeting. |
- (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.
status | Specify current whiteboard status. |