Meeting recording callback event.
More...
#include <meeting_recording_interface.h>
Meeting recording callback event.
Definition at line 187 of file meeting_recording_interface.h.
◆ ~IMeetingRecordingCtrlEvent()
virtual IMeetingRecordingCtrlEvent::~IMeetingRecordingCtrlEvent |
( |
| ) |
|
|
inlinevirtual |
◆ onCloudRecordingStatus()
virtual void IMeetingRecordingCtrlEvent::onCloudRecordingStatus |
( |
RecordingStatus | status | ) |
|
|
pure virtual |
Callback event that the status of cloud recording changes.
- Parameters
-
status | Value of recording status. For more details, see RecordingStatus enum. |
◆ onCloudRecordingStorageFull()
virtual void IMeetingRecordingCtrlEvent::onCloudRecordingStorageFull |
( |
time_t | gracePeriodDate | ) |
|
|
pure virtual |
Callback event that the cloud recording storage is full.
- Parameters
-
gracePeriodDate | a point in time, in milliseconds, in UTC. You can use the cloud recording storage until the gracePeriodDate. |
◆ onEnableAndStartSmartRecordingRequested()
Callback event received only by the host when a user requests to enable and start smart cloud recording.
- Parameters
-
◆ onLocalRecordingPrivilegeRequested()
Callback event when a user requests local recording privilege.
- Parameters
-
◆ onLocalRecordingPrivilegeRequestStatus()
Callback event that the status of request local recording privilege.
- Parameters
-
◆ onRecordingStatus()
virtual void IMeetingRecordingCtrlEvent::onRecordingStatus |
( |
RecordingStatus | status | ) |
|
|
pure virtual |
Callback event that the status of my local recording changes.
- Parameters
-
status | Value of recording status. For more details, see RecordingStatus enum. |
◆ onRecordPrivilegeChanged()
virtual void IMeetingRecordingCtrlEvent::onRecordPrivilegeChanged |
( |
bool | bCanRec | ) |
|
|
pure virtual |
Callback event that the recording authority changes.
- Parameters
-
bCanRec | TRUE indicates to enable to record. |
◆ onRequestCloudRecordingResponse()
Callback event for when the host responds to a cloud recording permission request.
- Parameters
-
◆ onSmartRecordingEnableActionCallback()
Callback event received when you call EnableSmartRecording. You can use the handler to confirm or cancel enabling the smart recording.
- Parameters
-
◆ onStartCloudRecordingRequested()
Callback event received only by the host when a user requests to start cloud recording.
- Parameters
-