Meeting recording callback event.
More...
#include <meeting_recording_interface.h>
Meeting recording callback event.
◆ 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. |
◆ onCustomizedLocalRecordingSourceNotification()
Callback event that the local recording source changes in the custom user interface mode.
- Parameters
-
◆ onRecording2MP4Done()
virtual void IMeetingRecordingCtrlEvent::onRecording2MP4Done |
( |
bool |
bsuccess, |
|
|
int |
iResult, |
|
|
const wchar_t * |
szPath |
|
) |
| |
|
pure virtual |
Callback event of ending the conversion to MP4 format.
- Parameters
-
bsuccess | TRUE indicates to convert successfully. FALSE not. |
iResult | This value is used to save the error code only when the convert fails. |
szPath | If the conversion is successful, this value is used to save the path of the recording file. |
◆ onRecording2MP4Processing()
virtual void IMeetingRecordingCtrlEvent::onRecording2MP4Processing |
( |
int |
iPercentage | ) |
|
|
pure virtual |
Callback event of the process of the conversion to MP4 format.
- Parameters
-
iPercentage | Percentage of conversion process. Range from ZERO(0) to ONE HUNDREAD(100). |
◆ onRecordingStatus()
virtual void IMeetingRecordingCtrlEvent::onRecordingStatus |
( |
RecordingStatus |
status | ) |
|
|
pure virtual |
Callback event that the status of local recording changes.
- Parameters
-
status | Value of recording status. For more details, see RecordingStatus enum. |
◆ onRecordPriviligeChanged()
virtual void IMeetingRecordingCtrlEvent::onRecordPriviligeChanged |
( |
bool |
bCanRec | ) |
|
|
pure virtual |
Callback event that the recording authority changes.
- Parameters
-
bCanRec | TRUE indicates to enable to record. |
The documentation for this class was generated from the following file: