macOS SDK API Reference
|
#import <ZoomSDKSettingService.h>
Inherits <NSObjectNSObject>.
Instance Methods | |
(void) | - onNotifyCloudRecordingStorageInfo:usedSize:isAllowExceedStorage: |
Notify of cloud recording storage info. | |
Definition at line 874 of file ZoomSDKSettingService.h.
|
optional |
Notify of cloud recording storage info.
totalSize | The total size of cloud recording storage. |
usedSize | The used size of cloud recording storage. |
allowExceedStorage | YES means allow exceed storge, NO not. |