Meeting SDK for Linux API Reference
Loading...
Searching...
No Matches
meeting_smart_summary_interface.h
Go to the documentation of this file.
1#ifndef _MEETING_SMART_SUMMARY_INTERFACE_H_
2#define _MEETING_SMART_SUMMARY_INTERFACE_H_
3#include "zoom_sdk_def.h"
5
14{
15public:
20 virtual void onSmartSummaryStatusChange(bool isStarted) = 0;
26 virtual void onSmartSummaryPrivilegeRequested(unsigned int senderId, ISmartSummaryPrivilegeHandler* handler) = 0;
32 virtual void onSmartSummaryStartReqResponse(bool timeout, bool decline) = 0;
38 virtual void onEnableSmartSummary() = 0;
39
41
42};
58
60#endif
Meeting smart summary callback event.
virtual void onEnableSmartSummary()=0
Callback event when the user need to go to web to enable the smart summary feature.
virtual void onSmartSummaryStartReqResponse(bool timeout, bool decline)=0
Callback event when the host handle the smart summary request.
virtual void onSmartSummaryPrivilegeRequested(unsigned int senderId, ISmartSummaryPrivilegeHandler *handler)=0
Callback event when a user requests host to start smart summary.
virtual void onSmartSummaryStatusChange(bool isStarted)=0
Callback event when smart summary status changes.
Meeting smart summary controller interface.
virtual void SetEvent(IMeetingSmartSummaryControllerEvent *event)=0
Set the smart summary callback event handler.
Meeting smart summary helper interface.
The handler of start smart summary request.
Meeting Service AI Companion Interface.
ZOOM windows SDK Common Definition File.
#define END_ZOOM_SDK_NAMESPACE
#define BEGIN_ZOOM_SDK_NAMESPACE