◆ onCustomizedRecordingSourceReceived:
Callback event that the local recording source changes in the custom UI mode.
- Parameters
-
◆ 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. |
◆ onRecordStatus:
| - (void) onRecordStatus: |
|
(ZoomSDKRecordingStatus) |
status |
|
Callback event that the status of local recording changes.
- Parameters
-
| status | Value of recording status. |
The documentation for this protocol was generated from the following file: