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

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

#include <ZoomSDKSettingService.h>

Inherits <NSObjectNSObject>.

Instance Methods

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

Detailed Description

Delegate to notify cloud recording storage info.

Definition at line 1118 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 if exceeding storage is allowed, NO otherwise.