Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKRawArchivingController Class Reference

#include <ZoomSDKRawArchivingController.h>

Inherits NSObject.

Instance Methods

(ZoomSDKError- startRawArchiving
 Start raw archiving, call this method can get rawdata receive privilege.
 
(ZoomSDKError- stopRawArchiving
 Stop raw archiving, call this method reclaim rawdata receive privilege.
 

Detailed Description

Definition at line 8 of file ZoomSDKRawArchivingController.h.

Method Documentation

◆ startRawArchiving

- (ZoomSDKError) startRawArchiving

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

Returns
If the function succeeds, it will return ZoomSDKError_Success, otherwise not.

◆ stopRawArchiving

- (ZoomSDKError) stopRawArchiving

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

Returns
If the function succeeds, it will return ZoomSDKError_Success, otherwise not.