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

host to handle confirm whether recover meeting or not when start a deleted or expired meeting. More...

#include <meeting_configuration_interface.h>

Public Member Functions

virtual ~IMeetingConfirmRecoverHandler ()
 
virtual const zchar_tGetRecoverMeetingContent ()=0
 The content that notifies the host to recover the meeting.
 
virtual SDKError RecoverMeeting (bool bRecover)=0
 Join the meeting.

 

Detailed Description

host to handle confirm whether recover meeting or not when start a deleted or expired meeting.

Definition at line 176 of file meeting_configuration_interface.h.

Constructor & Destructor Documentation

◆ ~IMeetingConfirmRecoverHandler()

virtual IMeetingConfirmRecoverHandler::~IMeetingConfirmRecoverHandler ( )
inlinevirtual

Definition at line 179 of file meeting_configuration_interface.h.

179{};

Member Function Documentation

◆ GetRecoverMeetingContent()

virtual const zchar_t * IMeetingConfirmRecoverHandler::GetRecoverMeetingContent ( )
pure virtual

The content that notifies the host to recover the meeting.

◆ RecoverMeeting()

virtual SDKError IMeetingConfirmRecoverHandler::RecoverMeeting ( bool bRecover)
pure virtual

Join the meeting.

Parameters
bRecovertrue means to recover the meeting and start the meeting, false means not recover the meeting and leave the start meeting process.
Returns
If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise the function fails. To get extended error information, see SDKError enum.