ZOOM Windows SDK
5.2.42037.1112
|
Recording setting context callback event. More...
#include <setting_service_interface.h>
Public Member Functions | |
virtual void | onCloudRecordingStorageInfo (INT64 storage_total_size, INT64 storage_used_size, bool allow_exceed_storage)=0 |
Notification of the current cloud recording storage information. More... | |
Recording setting context callback event.
|
pure virtual |
Notification of the current cloud recording storage information.
storage_total_size | Specify the total storage space. |
storage_used_size | Specify the used storage space. |
allow_exceed_storage | Specify whether the used space can overflow the total space. |