ZoomVideoSdkRecordingHelper class

Helper class for using cloud recording in the session.

Inheritance

Constructors

ZoomVideoSdkRecordingHelper()

Properties

hashCode int
The hash code for this object.
no setterinherited
methodChannel MethodChannel
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

canStartRecording() Future<String>
Checks if the current user meets the requirements to start cloud recording.
Return ZoomVideoSDKError_Success if the current user meets the requirements to start cloud recording.
getCloudRecordingStatus() Future<String>
Get the current status of cloud recording.
Return cloud recording status value.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pauseCloudRecording() Future<String>
Pause the ongoing cloud recording.
Since cloud recording involves asynchronous operations, a return value of ZoomVideoSDKError_Success does not guarantee that the recording will pause.
Check onCloudRecordingStatus to confirm that recording has paused.
Return ZoomVideoSDKError_Success if the stop cloud recording request was successful.
resumeCloudRecording() Future<String>
Resume the previously paused cloud recording.
Since cloud recording involves asynchronous operations, a return value of ZoomVideoSDKError_Success does not guarantee that the recording will resume.
Check onCloudRecordingStatus to confirm that recording has resumed.
Return ZoomVideoSDKError_Success if the resume cloud recording request was successful.
startCloudRecording() Future<String>
Start cloud recording.
Since cloud recording involves asynchronous operations, a return value of ZoomVideoSDKError_Success does not guarantee that the recording will start.
Return ZoomVideoSDKError_Success if the start cloud recording request was successful.
stopCloudRecording() Future<String>
Stop cloud recording.
Since cloud recording involves asynchronous operations, a return value of ZoomVideoSDKError_Success does not guarantee that the recording will stop.
Check onCloudRecordingStatus to confirm that recording has ended.
Return ZoomVideoSDKError_Success if the stop cloud recording request was successful.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited