Recording of Meeting Service Interface Valid for both ZOOM style and user custom interface mode. More...
Go to the source code of this file.
Data Structures | |
class | IRequestLocalRecordingPrivilegeHandler |
Process after the host receives the requirement from the user to give the local recording privilege. More... | |
class | IRequestStartCloudRecordingHandler |
Object to handle a user's request to start cloud recording. More... | |
class | IRequestEnableAndStartSmartRecordingHandler |
Enable and start smart cloud recording request handler. More... | |
class | ISmartRecordingEnableActionHandler |
Enable and start smart recording. More... | |
class | IMeetingRecordingCtrlEvent |
Meeting recording callback event. More... | |
class | IMeetingRecordingController |
Meeting recording controller interface. More... | |
Enumerations | |
enum | RecordingStatus { Recording_Start , Recording_Stop , Recording_DiskFull , Recording_Pause , Recording_Connecting , Recording_Fail } |
Recording status. Here are more detailed structural descriptions. More... | |
enum | RequestLocalRecordingStatus { RequestLocalRecording_Granted , RequestLocalRecording_Denied , RequestLocalRecording_Timeout } |
Request local recording privilege status. Here are more detailed structural descriptions. More... | |
enum | RequestStartCloudRecordingStatus { RequestStartCloudRecording_Granted , RequestStartCloudRecording_Denied , RequestStartCloudRecording_TimedOut } |
Request host to start cloud recording status. More... | |
enum | LocalRecordingRequestPrivilegeStatus { LocalRecordingRequestPrivilege_None , LocalRecordingRequestPrivilege_AllowRequest , LocalRecordingRequestPrivilege_AutoGrant , LocalRecordingRequestPrivilege_AutoDeny } |
Recording of Meeting Service Interface Valid for both ZOOM style and user custom interface mode.
Definition in file meeting_recording_interface.h.
Definition at line 75 of file meeting_recording_interface.h.
enum RecordingStatus |
Recording status. Here are more detailed structural descriptions.
Definition at line 15 of file meeting_recording_interface.h.
Request local recording privilege status. Here are more detailed structural descriptions.
Enumerator | |
---|---|
RequestLocalRecording_Granted | host grant the request. |
RequestLocalRecording_Denied | host deny the request. |
RequestLocalRecording_Timeout | the request local recording timeout. |
Definition at line 58 of file meeting_recording_interface.h.
Request host to start cloud recording status.
Definition at line 68 of file meeting_recording_interface.h.