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

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

#include <meeting_ai_companion_interface.h>

Public Member Functions

virtual ~IMeetingApproveStartQueryHandler ()
 
virtual unsigned int GetSenderUserID ()=0
 Get the user ID of requester.
 
virtual SDKError Approve ()=0
 Approve the request.
 
virtual SDKError Decline ()=0
 Decline the request.
 

Detailed Description

The handler to approve start AI companion query.

Definition at line 558 of file meeting_ai_companion_interface.h.

Constructor & Destructor Documentation

◆ ~IMeetingApproveStartQueryHandler()

virtual IMeetingApproveStartQueryHandler::~IMeetingApproveStartQueryHandler ( )
inlinevirtual

Definition at line 561 of file meeting_ai_companion_interface.h.

561{}

Member Function Documentation

◆ Approve()

virtual SDKError IMeetingApproveStartQueryHandler::Approve ( )
pure virtual

Approve the request.

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

◆ Decline()

virtual SDKError IMeetingApproveStartQueryHandler::Decline ( )
pure virtual

Decline the request.

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

Get the user ID of requester.

Returns
The user ID of the requester.