Meeting SDK for Windows API Reference
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
IMeetingWhiteboardCtrlEvent Class Referenceabstract

Whiteboard controller callback event. More...

#include <meeting_whiteboard_ctrl_interface.h>

Public Member Functions

virtual ~IMeetingWhiteboardCtrlEvent ()
 
virtual void onWhiteboardStatusChanged (SDKWhiteboardStatus status)=0
 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.
 
virtual void onWhiteboardSettingsChanged (SDKWhiteboardShareOption shareOption, SDKWhiteboardCreateOption createOption, bool bEnable)=0
 Callback event of whiteboard setting type changed.
 

Detailed Description

Whiteboard controller callback event.

Definition at line 42 of file meeting_whiteboard_ctrl_interface.h.

Constructor & Destructor Documentation

◆ ~IMeetingWhiteboardCtrlEvent()

virtual IMeetingWhiteboardCtrlEvent::~IMeetingWhiteboardCtrlEvent ( )
inlinevirtual

Definition at line 45 of file meeting_whiteboard_ctrl_interface.h.

45{}

Member Function Documentation

◆ onWhiteboardSettingsChanged()

virtual void IMeetingWhiteboardCtrlEvent::onWhiteboardSettingsChanged ( SDKWhiteboardShareOption shareOption,
SDKWhiteboardCreateOption createOption,
bool bEnable )
pure virtual

Callback event of whiteboard setting type changed.

Parameters
shareOptionWho can share their whiteboard. For more details, see SDKWhiteboardShareOption enum.
createOptionWho can create a new whiteboard. For more details, see SDKWhiteboardCreateOption enum.
bEnableWhether 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
statusSpecify current whiteboard status. For more details, see SDKWhiteboardStatus enum.