Meeting SDK for macOS API 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. | |
Definition at line 6 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. For more details, see ZoomSDKWhiteboardShareOption. |
createOption | Who can create a new whiteboard. For more details, see ZoomSDKWhiteboardCreateOption. |
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. For more details, see ZoomSDKWhiteboardStatus. |