Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
InMeetingCloudRecordController.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
3import us.zoom.core.interfaces.IListener;
4
Enumeration of the response status when a participant requests the host to start cloud recording.
Enumeration of common errors of SDK.
String getRequesterName()
Get the user name who requested that the host start cloud recording.
MobileRTCSDKError deny(boolean bDenyAll)
Deny the request to start cloud recording.
MobileRTCSDKError start()
Accept the request to start cloud recording.
long getRequesterId()
Get the user ID who requested that the host start cloud recording.
void onRequestCloudRecordingResponse(RequestStartCloudRecordingStatus status)
Callback event for when the host responds to a cloud recording permission request.
void onStartCloudRecordingRequested(IRequestStartCloudRecordingHandler handler)
Callback event received only by the host when a user requests to start cloud recording.
boolean isCloudRecordPaused()
Query if the current recording on the cloud is paused.
void removeListener(InMeetingCloudRecordingListener listener)
Unregister a listener for cloud recording.
void addListener(InMeetingCloudRecordingListener listener)
Register a listener for cloud recording.
boolean isCloudRecordInProgress()
Query if the current meeting is recorded in process on the cloud in process.
boolean isSmartRecordingEnabled()
Determine if the smart recording feature is enabled in the meeting.
MobileRTCSDKError resumeCloudRecord()
Set to resume recording on the cloud.
boolean isRecordingMeetingOnCloud()
Query if the meeting recording on the cloud starts.
boolean isMeetingBeingRecording()
Query if the meeting recording starts.
MobileRTCSDKError stopCloudRecord()
Set to stop recording on the cloud.
MobileRTCSDKError requestStartCloudRecording()
Send a request to ask the host to start cloud recording.
MobileRTCSDKError pauseCloudRecord()
Set to pause recording on the cloud.
MobileRTCSDKError startCloudRecord()
Set to start recording the meeting on the cloud if the feature is enabled.
boolean isCloudRecordEnabled()
Query if the CLOUD RECORDING for current user is enabled.