Video SDK for Windows API Reference
Loading...
Searching...
No Matches
zoom_video_sdk_recording_helper_interface.h
Go to the documentation of this file.
1
6#ifndef _ZOOM_VIDEO_SDK_RECORDING_HELPER_INTERFACE_H_
7#define _ZOOM_VIDEO_SDK_RECORDING_HELPER_INTERFACE_H_
8
10
12
76
78#endif // _ZOOM_VIDEO_SDK_RECORDING_HELPER_INTERFACE_H_
Helper interface for managing cloud recording during a Zoom Video SDK session.
virtual ZoomVideoSDKErrors resumeCloudRecording()=0
Resume the previously paused cloud recording. Since cloud recording involves asynchronous operations,...
virtual ZoomVideoSDKErrors canStartRecording()=0
Checks if the current user meets the requirements to start cloud recording. The following are the pre...
virtual ZoomVideoSDKErrors pauseCloudRecording()=0
Pause the ongoing cloud recording. Since cloud recording involves asynchronous operations,...
virtual ZoomVideoSDKErrors getCloudRecordingStatus(RecordingStatus &record_status)=0
Get the current status of cloud recording.
virtual ZoomVideoSDKErrors stopCloudRecording()=0
Stop cloud recording. Since cloud recording involves asynchronous operations, a return value of ZoomV...
virtual ZoomVideoSDKErrors startCloudRecording()=0
Start cloud recording. Since cloud recording involves asynchronous operations, a return value of Zoom...
Zoom Video SDK Common Definition File.
RecordingStatus
Enumeration representing the status of recording.
#define BEGIN_ZOOM_VIDEO_SDK_NAMESPACE
#define END_ZOOM_VIDEO_SDK_NAMESPACE
ZoomVideoSDKErrors
Enumeration of common Zoom Video SDK errors.