|
Meeting SDK for macOS API 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. | |
Delegate to notify cloud recording storage info.
Definition at line 1118 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. |