|
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. | |
| (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 33 of file ZoomVideoSDKRecordingHelper.h.
| - (ZoomVideoSDKError) canStartRecording |
Checks if the current user meets the requirements to start cloud recording.
| - (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.