Windows SDK API Reference
Loading...
Searching...
No Matches
IMeetingRawArchivingController Class Referenceabstract

Meeting AAN 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 previlege More...
 
virtual SDKError StopRawArchiving ()=0
 stop raw archiving, call this method reclaim rawdata receive previlege More...
 

Detailed Description

Meeting AAN controller interface.

Definition at line 14 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 previlege

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 previlege

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