|
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.
References canStartRecording.
Referenced by canStartRecording.
| - (ZoomVideoSDKRecordingStatus) getCloudRecordingStatus |
Gets the current status of cloud recording.
References getCloudRecordingStatus.
Referenced by getCloudRecordingStatus.
| - (ZoomVideoSDKError) pauseCloudRecording |
Pauses the ongoing cloud recording.
References pauseCloudRecording.
Referenced by pauseCloudRecording.
| - (ZoomVideoSDKError) resumeCloudRecording |
Resumes the previously paused cloud recording.
References resumeCloudRecording.
Referenced by resumeCloudRecording.
| - (ZoomVideoSDKError) startCloudRecording |
Starts cloud recording.
References startCloudRecording.
Referenced by startCloudRecording.
| - (ZoomVideoSDKError) stopCloudRecording |
Stops cloud recording.
References stopCloudRecording.
Referenced by stopCloudRecording.