ZOOM Windows SDK  5.2.42037.1112
Public Member Functions | List of all members
IRecordingSettingContextEvent Class Referenceabstract

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...
 

Detailed Description

Recording setting context callback event.

Member Function Documentation

◆ onCloudRecordingStorageInfo()

virtual void IRecordingSettingContextEvent::onCloudRecordingStorageInfo ( INT64  storage_total_size,
INT64  storage_used_size,
bool  allow_exceed_storage 
)
pure virtual

Notification of the current cloud recording storage information.

Parameters
storage_total_sizeSpecify the total storage space.
storage_used_sizeSpecify the used storage space.
allow_exceed_storageSpecify whether the used space can overflow the total space.

The documentation for this class was generated from the following file: