Meeting SDK for Linux API Reference
Loading...
Searching...
No Matches
IMeetingApproveEnableQueryHandler Class Referenceabstract

The handler to approve enable AI companion query. More...

#include <meeting_ai_companion_interface.h>

Public Member Functions

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

Detailed Description

The handler to approve enable AI companion query.

Definition at line 537 of file meeting_ai_companion_interface.h.

Constructor & Destructor Documentation

◆ ~IMeetingApproveEnableQueryHandler()

virtual IMeetingApproveEnableQueryHandler::~IMeetingApproveEnableQueryHandler ( )
inlinevirtual

Definition at line 540 of file meeting_ai_companion_interface.h.

540{}

Member Function Documentation

◆ ContinueApprove()

virtual SDKError IMeetingApproveEnableQueryHandler::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 IMeetingApproveEnableQueryHandler::GetSenderUserID ( )
pure virtual

Get the user id of requester.

Returns
The user ID of the requester.