Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
<ZoomSDKSettingRecordDelegate> Protocol Reference

Delegate to notify cloud recording storage info. More...

#include <ZoomSDKSettingRecordController.h>

Inherits <NSObject>.

Instance Methods

(void) - onNotifyCloudRecordingStorageInfo:usedSize:isAllowExceedStorage:
 Notify of cloud recording storage info.

Detailed Description

Delegate to notify cloud recording storage info.

Definition at line 14 of file ZoomSDKSettingRecordController.h.

Method Documentation

◆ onNotifyCloudRecordingStorageInfo:usedSize:isAllowExceedStorage:

- (void) onNotifyCloudRecordingStorageInfo: (long long) totalSize
usedSize: (long long) usedSize
isAllowExceedStorage: (BOOL) allowExceedStorage 
optional

Notify of cloud recording storage info.

Parameters
totalSizeThe total size of cloud recording storage.
usedSizeThe used size of cloud recording storage.
allowExceedStorageYES if exceeding storage is allowed, NO otherwise.