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
 Starts raw archiving, call this method can get rawdata receive privilege.
 
(ZoomSDKError- stopRawArchiving
 Stops 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

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

Returns
If the function succeeds, it returns ZoomSDKError_Success. Otherwise, this function returns an error.

◆ stopRawArchiving

- (ZoomSDKError) stopRawArchiving

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

Returns
If the function succeeds, it returns ZoomSDKError_Success. Otherwise, this function returns an error.