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

cloud record handler interface. More...

Go to the source code of this file.

Data Structures

class  IZoomVideoSDKRecordingConsentHandler
 cloud record handle interface. More...
 

Enumerations

enum  ConsentType { ConsentType_Invalid , ConsentType_Traditional , ConsentType_Individual }
 

Detailed Description

cloud record handler interface.

Definition in file zoom_video_sdk_cloud_record_handler_interface.h.

Enumeration Type Documentation

◆ ConsentType

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 13 of file zoom_video_sdk_cloud_record_handler_interface.h.

14{
18};
@ ConsentType_Traditional
In this case, 'accept' means agree to be recorded to gallery and speaker mode, 'decline' means leave ...
@ ConsentType_Individual
In this case, 'accept' means agree to be recorded to a separate file, 'decline' means stay in session...