host to handle confirm whether recover meeting or not when start a deleted or expired meeting.
More...
#include <meeting_configuration_interface.h>
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.
◆ ~IMeetingConfirmRecoverHandler()
virtual IMeetingConfirmRecoverHandler::~IMeetingConfirmRecoverHandler |
( |
| ) |
|
|
inlinevirtual |
◆ 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
-
bRecover | true 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.