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

Controller for managing raw archiving privilege in Zoom SDK. More...

#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

Controller for managing raw archiving privilege in Zoom SDK.

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