Meeting SDK for Windows API Reference
Loading...
Searching...
No Matches
IMeetingApproveEnableSmartSummaryHandler Class Referenceabstract

The handler to approve the smart summary enable request. More...

#include <meeting_ai_companion_interface.h>

Public Member Functions

virtual ~IMeetingApproveEnableSmartSummaryHandler ()
 
virtual unsigned int GetSenderUserID ()=0
 Get the user ID of the requester.
 
virtual SDKError ContinueApprove ()=0
 Continue approve action.
 

Detailed Description

The handler to approve the smart summary enable request.

Definition at line 203 of file meeting_ai_companion_interface.h.

Constructor & Destructor Documentation

◆ ~IMeetingApproveEnableSmartSummaryHandler()

virtual IMeetingApproveEnableSmartSummaryHandler::~IMeetingApproveEnableSmartSummaryHandler ( )
inlinevirtual

Definition at line 206 of file meeting_ai_companion_interface.h.

206{};

Member Function Documentation

◆ ContinueApprove()

virtual SDKError IMeetingApproveEnableSmartSummaryHandler::ContinueApprove ( )
pure virtual

Continue approve action.

Returns
If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise failed. For detailed error codes, see the SDKError enum.

◆ GetSenderUserID()

virtual unsigned int IMeetingApproveEnableSmartSummaryHandler::GetSenderUserID ( )
pure virtual

Get the user ID of the requester.

Returns
The user ID of the requester.