ZoomVideoSdkRecordingHelper class
Helper class for using cloud recording in the session.
- Inheritance
-
- Object
- PlatformInterface
- ZoomVideoSdkRecordingHelper
Constructors
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.
ReturnZoomVideoSDKError_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 ofZoomVideoSDKError_Success
does not guarantee that the recording will pause.
CheckonCloudRecordingStatus
to confirm that recording has paused.
ReturnZoomVideoSDKError_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 ofZoomVideoSDKError_Success
does not guarantee that the recording will resume.
CheckonCloudRecordingStatus
to confirm that recording has resumed.
ReturnZoomVideoSDKError_Success
if the resume cloud recording request was successful. -
startCloudRecording(
) → Future< String> -
Start cloud recording.
Since cloud recording involves asynchronous operations, a return value ofZoomVideoSDKError_Success
does not guarantee that the recording will start.
ReturnZoomVideoSDKError_Success
if the start cloud recording request was successful. -
stopCloudRecording(
) → Future< String> -
Stop cloud recording.
Since cloud recording involves asynchronous operations, a return value ofZoomVideoSDKError_Success
does not guarantee that the recording will stop.
CheckonCloudRecordingStatus
to confirm that recording has ended.
ReturnZoomVideoSDKError_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