#include <ZoomSDKMeetingRecordController.h>
Inherits <NSObjectNSObject>.
◆ onCloudRecordingStatus:
Callback event that the status of Cloud recording changes.
- Parameters
-
status | Value of recording status. |
◆ onCloudRecordingStorageFull:
- (void) onCloudRecordingStorageFull: |
|
(time_t) | gracePeriodDate |
|
An event sink that the cloud recording storage is full.
- Parameters
-
gracePeriodDate | A point in time in time, in milliseconds, in UTC. You can use the cloud recording storage until the gracePeriodDate. |
◆ onCustomizedRecordingSourceReceived:
Callback event that the local recording source changes in the custom UI mode.
- Parameters
-
◆ onEnableAndStartSmartRecordingRequested:
Callback event received only by the host when a user requests to enable and start smart cloud recording.
- Parameters
-
handler | The handler to agree or decline the request. |
◆ onLocalRecordingPrivilegeRequested:
Callback event when a user requests local recording privilege.
- Parameters
-
◆ onLocalRecordingPrivilegeRequestStatus:
Callback event that the status of request local recording privilege.
- Parameters
-
status | Value of request local recording privilege status. |
◆ onLocalRecordStatus:userID:
Callback event that the status of the specified user local recording changes.
- Parameters
-
status | Value of recording status. |
userID | The ID of the specified user. |
◆ onRecord2MP4Done:Path:
- (void) onRecord2MP4Done: |
|
(BOOL) | success |
Path: |
|
(NSString *) | recordPath |
Callback event of ending the conversion to MP4 format.
- Parameters
-
success | YES means converting successfully, otherwise not. |
recordPath | The path of saving the recording file. |
◆ onRecord2MP4Progressing:
- (void) onRecord2MP4Progressing: |
|
(int) | percentage |
|
Callback event of the process to convert the recording file to MP4 format.
- Parameters
-
percentage | Percentage of conversion process. Range from ZERO(0) to ONE HUNDREAD(100). |
◆ onRecordPrivilegeChange:
- (void) onRecordPrivilegeChange: |
|
(BOOL) | canRec |
|
Callback event that the recording authority changes.
- Parameters
-
canRec | YES means that it is able to record, otherwise not. |
◆ onRequestCloudRecordingResponse:
Callback event for when the host responds to a cloud recording permission request.
- Parameters
-
status | Value of request host to start cloud recording response status. |
◆ onSmartRecordingEnableActionCallback:
Callback event received when you call enableSmartRecording.
- Parameters
-
handler | The handler to confirm or cancel enabling and starting the smart recording. |
◆ onStartCloudRecordingRequested:
Callback event received only by the host when a user requests to start cloud recording.
- Parameters
-