public interface InMeetingCloudRecordController
| Modifier and Type | Method and Description |
|---|---|
boolean |
isCloudRecordEnabled()
Query if the CLOUD RECORDING for current user is enabled.
|
boolean |
isCloudRecordInProgress()
Query if the current meeting is recorded in process on the cloud in process.
|
boolean |
isCloudRecordPaused()
Query if the current recording on the cloud is paused.
|
boolean |
isMeetingBeingRecording()
Query if the meeting recording starts.
|
boolean |
isRecordingMeetingOnCloud()
Query if the meeting recording on the cloud starts.
|
MobileRTCSDKError |
pauseCloudRecord()
Set to pause recording on the cloud.
|
MobileRTCSDKError |
resumeCloudRecord()
Set to resume recording on the cloud.
|
MobileRTCSDKError |
startCloudRecord()
Set to start recording the meeting on the cloud if the feature is enabled.
|
MobileRTCSDKError |
stopCloudRecord()
Set to stop recording on the cloud.
|
boolean isCloudRecordEnabled()
MobileRTCSDKError startCloudRecord()
MobileRTCSDKError.MobileRTCSDKError stopCloudRecord()
MobileRTCSDKError.MobileRTCSDKError pauseCloudRecord()
MobileRTCSDKError.MobileRTCSDKError resumeCloudRecord()
MobileRTCSDKError.boolean isCloudRecordInProgress()
boolean isCloudRecordPaused()
boolean isMeetingBeingRecording()
boolean isRecordingMeetingOnCloud()