|
Video SDK for iOS API Reference
|
Class for using cloud recording in the session. More...
#include <ZoomVideoSDKRecordingHelper.h>
Inherits NSObject.
Instance Methods | |
| (ZoomVideoSDKError) | - canStartRecording |
| Checks if the current user meets the requirements to start cloud recording. | |
| (ZoomVideoSDKError) | - startCloudRecording |
| Starts cloud recording. | |
| (ZoomVideoSDKError) | - stopCloudRecording |
| Stops cloud recording. | |
| (ZoomVideoSDKError) | - pauseCloudRecording |
| Pauses the ongoing cloud recording. | |
| (ZoomVideoSDKError) | - resumeCloudRecording |
| Resumes the previously paused cloud recording. | |
| (ZoomVideoSDKRecordingStatus) | - getCloudRecordingStatus |
| Gets the current status of cloud recording. | |
Class for using cloud recording in the session.
Definition at line 35 of file ZoomVideoSDKRecordingHelper.h.
| - (ZoomVideoSDKError) canStartRecording |
Checks if the current user meets the requirements to start cloud recording.
| - (ZoomVideoSDKRecordingStatus) getCloudRecordingStatus |
Gets the current status of cloud recording.
| - (ZoomVideoSDKError) pauseCloudRecording |
Pauses the ongoing cloud recording.
| - (ZoomVideoSDKError) resumeCloudRecording |
Resumes the previously paused cloud recording.
| - (ZoomVideoSDKError) startCloudRecording |
Starts cloud recording.
| - (ZoomVideoSDKError) stopCloudRecording |
Stops cloud recording.