Windows SDK API Reference
Loading...
Searching...
No Matches
meeting_recording_interface.h File Reference

Recording of Meeting Service Interface Valid for both ZOOM style and user custom interface mode. More...

#include "zoom_sdk_def.h"
#include <time.h>

Go to the source code of this file.

Data Structures

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 status. Here are more detailed structural descriptions. More...
 

Detailed Description

Recording of Meeting Service Interface Valid for both ZOOM style and user custom interface mode.

Definition in file meeting_recording_interface.h.

Enumeration Type Documentation

◆ RecordingStatus

Recording status. Here are more detailed structural descriptions.

Enumerator
Recording_Start 
Recording_Stop 

Start recording on local computer or on cloud.

Recording_DiskFull 

Stop recording on local computer or on cloud.

Recording_Pause 

There is no space to store for both local and cloud recording.

Recording_Connecting 

Pause recording on local or on cloud.

Definition at line 16 of file meeting_recording_interface.h.

17{
23};
@ Recording_Stop
Start recording on local computer or on cloud.
@ Recording_DiskFull
Stop recording on local computer or on cloud.
@ Recording_Connecting
Pause recording on local or on cloud.
@ Recording_Pause
There is no space to store for both local and cloud recording.