Video SDK for iOS API Reference
|
Class for using cloud recording in the session. See[ZoomVideoSDK.h#getRecordingHelper]. More...
#include <ZoomVideoSDKRecordingHelper.h>
Inherits NSObject.
Instance Methods | |
(ZoomVideoSDKError) | - canStartRecording |
Checks if the current user meets the requirements to start cloud recording. The following are the prerequisites to use the helper class: A cloud recording add-on plan Cloud recording feature enabled on the Web portal. | |
(ZoomVideoSDKError) | - startCloudRecording |
Start cloud recording. | |
(ZoomVideoSDKError) | - stopCloudRecording |
Stop cloud recording. | |
(ZoomVideoSDKError) | - pauseCloudRecording |
Pause the ongoing cloud recording. | |
(ZoomVideoSDKError) | - resumeCloudRecording |
Resume the previously paused cloud recording. | |
(ZoomVideoSDKRecordingStatus) | - getCloudRecordingStatus |
Get the current status of cloud recording. | |
Class for using cloud recording in the session. See[ZoomVideoSDK.h#getRecordingHelper].
Definition at line 35 of file ZoomVideoSDKRecordingHelper.h.
- (ZoomVideoSDKError) canStartRecording |
Checks if the current user meets the requirements to start cloud recording. The following are the prerequisites to use the helper class: A cloud recording add-on plan Cloud recording feature enabled on the Web portal.
- (ZoomVideoSDKRecordingStatus) getCloudRecordingStatus |
Get the current status of cloud recording.
- (ZoomVideoSDKError) pauseCloudRecording |
Pause the ongoing cloud recording.
- (ZoomVideoSDKError) resumeCloudRecording |
Resume the previously paused cloud recording.
- (ZoomVideoSDKError) startCloudRecording |
Start cloud recording.
- (ZoomVideoSDKError) stopCloudRecording |
Stop cloud recording.