Meeting SDK for Linux API Reference
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
IMeetingRawArchivingController Class Referenceabstract

Meeting raw archiving controller interface. More...

#include <meeting_raw_archiving_interface.h>

Public Member Functions

virtual SDKError StartRawArchiving ()=0
 start raw archiving,call this method can get rawdata receive privilege.
 
virtual SDKError StopRawArchiving ()=0
 stop raw archiving, call this method reclaim rawdata receive privilege.
 

Detailed Description

Meeting raw archiving controller interface.

Definition at line 13 of file meeting_raw_archiving_interface.h.

Member Function Documentation

◆ StartRawArchiving()

virtual SDKError IMeetingRawArchivingController::StartRawArchiving ( )
pure virtual

start raw archiving,call this method can get rawdata receive privilege.

Returns
If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.

◆ StopRawArchiving()

virtual SDKError IMeetingRawArchivingController::StopRawArchiving ( )
pure virtual

stop raw archiving, call this method reclaim rawdata receive privilege.

Returns
If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.