Video SDK for Windows API Reference
Loading...
Searching...
No Matches
zoom_video_sdk_cloud_record_handler_interface.h File Reference

Cloud recording consent handler interface. More...

Go to the source code of this file.

Data Structures

class  IZoomVideoSDKRecordingConsentHandler
 Handler interface for cloud recording consent requests. More...
 

Enumerations

enum  ConsentType { ConsentType_Invalid , ConsentType_Traditional , ConsentType_Individual }
 Enumeration of cloud recording consent types. More...
 

Detailed Description

Cloud recording consent handler interface.

Definition in file zoom_video_sdk_cloud_record_handler_interface.h.

Enumeration Type Documentation

◆ ConsentType

Enumeration of cloud recording consent types.

Enumerator
ConsentType_Invalid 

Invalid type.

ConsentType_Traditional 

In this case, 'accept' means agree to be recorded to gallery and speaker mode, 'decline' means leave session.

ConsentType_Individual 

In this case, 'accept' means agree to be recorded to a separate file, 'decline' means stay in session and can't be recorded.

Definition at line 15 of file zoom_video_sdk_cloud_record_handler_interface.h.