Meeting SDK for Linux API Reference
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
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
 Join the meeting.

 

Detailed Description

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

Definition at line 158 of file meeting_configuration_interface.h.

Constructor & Destructor Documentation

◆ ~IMeetingArchiveConfirmHandler()

virtual IMeetingArchiveConfirmHandler::~IMeetingArchiveConfirmHandler ( )
inlinevirtual

Definition at line 161 of file meeting_configuration_interface.h.

161{};

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

Join the meeting.

Parameters
bStartArchivetrue means 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 failed. To get extended error information, see SDKError enum.