Windows SDK API Reference
Loading...
Searching...
No Matches
IMeetingAnnotationSupportEvent Class Referenceabstract

Callback interface that viewer's annotation status changes. More...

#include <meeting_annotation_interface.h>

Public Member Functions

virtual void onSupportAnnotationStatus (unsigned int userid, bool bSupportAnnotation)=0
 The SDK will trigger this callback if the presenter enable/disable PARTICIPANTS ANNOTATION.
More...
 
virtual ~IMeetingAnnotationSupportEvent ()
 

Detailed Description

Callback interface that viewer's annotation status changes.

Definition at line 58 of file meeting_annotation_interface.h.

Constructor & Destructor Documentation

◆ ~IMeetingAnnotationSupportEvent()

virtual IMeetingAnnotationSupportEvent::~IMeetingAnnotationSupportEvent ( )
inlinevirtual

Definition at line 64 of file meeting_annotation_interface.h.

64{}

Member Function Documentation

◆ onSupportAnnotationStatus()

virtual void IMeetingAnnotationSupportEvent::onSupportAnnotationStatus ( unsigned int  userid,
bool  bSupportAnnotation 
)
pure virtual

The SDK will trigger this callback if the presenter enable/disable PARTICIPANTS ANNOTATION.