Windows SDK API Reference
Loading...
Searching...
No Matches
meeting_raw_archiving_interface.h
Go to the documentation of this file.
1
6#ifndef _MEETING_RAW_ARCHIVING_INTERFACE_H_
7#define _MEETING_RAW_ARCHIVING_INTERFACE_H_
8#include "zoom_sdk_def.h"
9
11
15{
16public:
21
26};
27
29#endif
Meeting AAN controller interface.
virtual SDKError StartRawArchiving()=0
start raw archiving,call this method can get rawdata receive previlege
virtual SDKError StopRawArchiving()=0
stop raw archiving, call this method reclaim rawdata receive previlege
ZOOM windows SDK Common Definition File.
#define END_ZOOM_SDK_NAMESPACE
Definition: zoom_sdk_def.h:21
#define BEGIN_ZOOM_SDK_NAMESPACE
Definition: zoom_sdk_def.h:20
SDKError
SDK error types. Here are more detailed structural descriptions.
Definition: zoom_sdk_def.h:30