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

user to handle confirm whether start archiving after joining the meeting. More...

#include <meeting_configuration_interface.h>

Public Member Functions

virtual ~IMeetingArchiveConfirmHandler ()
 
virtual const zchar_tGetArchiveConfirmContent ()=0
 The content that notifies the user to confirm starting to archive when joining the meeting.
 
virtual SDKError JoinWithArchive (bool bStartArchive)=0
 Joins the meeting.

 

Detailed Description

user to handle confirm whether start archiving after joining the meeting.

Definition at line 227 of file meeting_configuration_interface.h.

Constructor & Destructor Documentation

◆ ~IMeetingArchiveConfirmHandler()

virtual IMeetingArchiveConfirmHandler::~IMeetingArchiveConfirmHandler ( )
inlinevirtual

Definition at line 230 of file meeting_configuration_interface.h.

230{};

Member Function Documentation

◆ GetArchiveConfirmContent()

virtual const zchar_t * IMeetingArchiveConfirmHandler::GetArchiveConfirmContent ( )
pure virtual

The content that notifies the user to confirm starting to archive when joining the meeting.

◆ JoinWithArchive()

virtual SDKError IMeetingArchiveConfirmHandler::JoinWithArchive ( bool bStartArchive)
pure virtual

Joins the meeting.

Parameters
bStartArchivetrue indicates start the archive when joining the meeting, false means do not start the archive when joining the meeting.
Returns
If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise, this function returns an error.