Meeting SDK for macOS API Reference
|
#include <ZoomSDKSettingService.h>
Inherits <NSObjectNSObject>.
Instance Methods | |
(void) | - onNotifyCloudRecordingStorageInfo:usedSize:isAllowExceedStorage: |
Notify of cloud recording storage info. | |
Definition at line 899 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. |