Meeting SDK for Linux API Reference
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
IRecordingSettingContextEvent Class Referenceabstract

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
 Notification of the current cloud recording storage information.
 

Detailed Description

Recording setting context callback event.

Definition at line 1237 of file setting_service_interface.h.

Constructor & Destructor Documentation

◆ ~IRecordingSettingContextEvent()

virtual IRecordingSettingContextEvent::~IRecordingSettingContextEvent ( )
inlinevirtual

Definition at line 1240 of file setting_service_interface.h.

1240{}

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.