user to handle confirm whether start archiving after joining the meeting.
More...
#include <meeting_configuration_interface.h>
user to handle confirm whether start archiving after joining the meeting.
Definition at line 158 of file meeting_configuration_interface.h.
◆ ~IMeetingArchiveConfirmHandler()
virtual IMeetingArchiveConfirmHandler::~IMeetingArchiveConfirmHandler |
( |
| ) |
|
|
inlinevirtual |
◆ 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
-
bStartArchive | true 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.