Whiteboard controller callback event.
More...
#include <meeting_whiteboard_ctrl_interface.h>
Whiteboard controller callback event.
Definition at line 42 of file meeting_whiteboard_ctrl_interface.h.
◆ ~IMeetingWhiteboardCtrlEvent()
virtual IMeetingWhiteboardCtrlEvent::~IMeetingWhiteboardCtrlEvent |
( |
| ) |
|
|
inlinevirtual |
◆ onWhiteboardSettingsChanged()
Callback event of whiteboard setting type changed.
- Parameters
-
shareOption | Who can share their whiteboard. For more details, see SDKWhiteboardShareOption enum. |
createOption | Who can create a new whiteboard. For more details, see SDKWhiteboardCreateOption enum. |
bEnable | Whether enable the participants create whiteboard without host in the meeting. |
◆ onWhiteboardStatusChanged()
virtual void IMeetingWhiteboardCtrlEvent::onWhiteboardStatusChanged |
( |
SDKWhiteboardStatus | status | ) |
|
|
pure virtual |
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
-