|
Meeting SDK for macOS API Reference
|
Delegate to notify cloud recording storage info. More...
#include <ZoomSDKSettingRecordController.h>
Inherits <NSObject>.
Instance Methods | |
| (void) | - onNotifyCloudRecordingStorageInfo:usedSize:isAllowExceedStorage: |
| Notify of cloud recording storage info. | |
Delegate to notify cloud recording storage info.
Definition at line 14 of file ZoomSDKSettingRecordController.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 if exceeding storage is allowed, NO otherwise. |