Mac SDK
Instance Methods | List of all members
<ZoomSDKMeetingRecordDelegate> Protocol Reference
Inheritance diagram for <ZoomSDKMeetingRecordDelegate>:

Instance Methods

(void) - onRecord2MP4Done:Path:
 Callback event of ending the conversion to MP4 format. More...
 
(void) - onRecord2MP4Progressing:
 Callback event of the process to convert the recording file to MP4 format. More...
 
(void) - onRecordStatus:
 Callback event that the status of local recording changes. More...
 
(void) - onRecordPrivilegeChange:
 Callback event that the recording authority changes. More...
 
(void) - onCustomizedRecordingSourceReceived:
 Callback event that the local recording source changes in the custom UI mode. More...
 

Method Documentation

◆ onCustomizedRecordingSourceReceived:

- (void) onCustomizedRecordingSourceReceived: (CustomizedRecordingLayoutHelper *)  helper

Callback event that the local recording source changes in the custom UI mode.

Parameters
helperA CustomizedRecordingLayoutHelper pointer.

◆ onRecord2MP4Done:Path:

- (void) onRecord2MP4Done: (BOOL)  success
Path: (NSString *)  recordPath 

Callback event of ending the conversion to MP4 format.

Parameters
successYES means converting successfully, otherwise not.
recordPathThe 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
percentagePercentage of conversion process. Range from ZERO(0) to ONE HUNDREAD(100).

◆ onRecordPrivilegeChange:

- (void) onRecordPrivilegeChange: (BOOL)  canRec

Callback event that the recording authority changes.

Parameters
canRecYES means that it is able to record, otherwise not.

◆ onRecordStatus:

- (void) onRecordStatus: (ZoomSDKRecordingStatus)  status

Callback event that the status of local recording changes.

Parameters
statusValue of recording status.

The documentation for this protocol was generated from the following file: