|
Meeting SDK for Windows API Reference
|
Recording setting context callback event. More...
#include <setting_service_interface.h>
Public Member Functions | |
| virtual | ~IRecordingSettingContextEvent () |
| virtual void | onCloudRecordingStorageInfo (INT64 storage_total_size, INT64 storage_used_size, bool allow_exceed_storage)=0 |
| Callback event when the current cloud recording storage information is updated. | |
Recording setting context callback event.
Definition at line 1632 of file setting_service_interface.h.
|
inlinevirtual |
Definition at line 1635 of file setting_service_interface.h.
|
pure virtual |
Callback event when the current cloud recording storage information is updated.
| storage_total_size | The total storage space. |
| storage_used_size | The used storage space. |
| allow_exceed_storage | true if the used space can overflow the total space, false otherwise. |