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

#include <ZoomSDKSettingService.h>

Inherits <NSObjectNSObject>.

Instance Methods

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

Detailed Description

Definition at line 899 of file ZoomSDKSettingService.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 means allow exceed storge, NO not.