![]()  | 
  
    Mac SDK
    
   | 
 
 Instance Methods | |
| (ZoomSDKError) | - setRecordingPath: | 
| Set the path for saving the meeting recording file.  More... | |
| (NSString *) | - getRecordingPath | 
| Get the path of the current recorded meeting.  More... | |
| (BOOL) | - isEnableChooseRecordingPathWhenMeetingEnd | 
| Determine if choose recording path when meeting ended is enabled or not.  More... | |
| (ZoomSDKError) | - chooseRecordingPathWhenMeetingEnd: | 
| Enable or disable choose recording path when meeting ended.  More... | |
| (BOOL) | - isEnableRecordAudioForEveryAttendeeIndividually | 
| Determine if record audio for every attendee individually is enabled or not.  More... | |
| (ZoomSDKError) | - recordAudioForEveryAttendeeIndividually: | 
| Enable or disable record audio for every attendee individually.  More... | |
| (BOOL) | - isEnableOptimizeFor3PartyVideoEditor | 
| Determine if optimize for third party video editor is enabled or not.  More... | |
| (ZoomSDKError) | - OptimizeFor3PartyVideoEditor: | 
| Enable or diable optimize for third party video editor.  More... | |
| (BOOL) | - isEnableAddTimestampForRecording | 
| Determine if add timestamp for recording is enabled or not.  More... | |
| (ZoomSDKError) | - addTimestampForRecording: | 
| Enable or disable add timestamp for recordin.  More... | |
| (BOOL) | - isEnableRecordDuringScreenSharing | 
| Determine if recording during screen sharing is enabled or not.  More... | |
| (ZoomSDKError) | - recordDuringScreenSharing: | 
| Enable or disable record during screen sharing .  More... | |
| (BOOL) | - isEnableDisplayVideoNextToShareContentsInRecordingFile | 
| Determine if display video next to share contents in recording file is enabled or not.  More... | |
| (ZoomSDKError) | - displayVideoNextToShareContentsInRecordingFile: | 
| Enable or disable display video next to share contents in recording file.  More... | |
| (BOOL) | - canGetCloudRecordingStorageInfo | 
| Determine if the user have privilige to get cloud recording storage info.  More... | |
| (ZoomSDKError) | - getCloudRecordingStorageInfo | 
| Call to get cloud recording storage info if the user has the privilige to get cloud recording storage info.  More... | |
| (BOOL) | - canGetRecordingManagementURL | 
| Determine if the user have privilige to get cloud recording management URL.  More... | |
| (NSString *) | - getRecordingManagementURL | 
| Call to get cloud recording management URL if the user has the privilige to get cloud recording management URL.  More... | |
Protected Attributes | |
| id< ZoomSDKSettingRecordDelegate > | _delegate | 
Properties | |
| id< ZoomSDKSettingRecordDelegate > | delegate | 
| - (ZoomSDKError) addTimestampForRecording: | (BOOL) | enable | 
Enable or disable add timestamp for recordin.
| enable | YES means enabled, NO disabled. | 
| - (BOOL) canGetCloudRecordingStorageInfo | 
Determine if the user have privilige to get cloud recording storage info.
| - (BOOL) canGetRecordingManagementURL | 
Determine if the user have privilige to get cloud recording management URL.
| - (ZoomSDKError) chooseRecordingPathWhenMeetingEnd: | (BOOL) | enable | 
Enable or disable choose recording path when meeting ended.
| enable | YES means enabled, NO disabled. | 
| - (ZoomSDKError) displayVideoNextToShareContentsInRecordingFile: | (BOOL) | enable | 
Enable or disable display video next to share contents in recording file.
| enable | YES means enabled, NO disabled. | 
| - (ZoomSDKError) getCloudRecordingStorageInfo | 
Call to get cloud recording storage info if the user has the privilige to get cloud recording storage info.
| - (NSString*) getRecordingManagementURL | 
Call to get cloud recording management URL if the user has the privilige to get cloud recording management URL.
| - (NSString*) getRecordingPath | 
Get the path of the current recorded meeting.
| - (BOOL) isEnableAddTimestampForRecording | 
Determine if add timestamp for recording is enabled or not.
| - (BOOL) isEnableChooseRecordingPathWhenMeetingEnd | 
Determine if choose recording path when meeting ended is enabled or not.
| - (BOOL) isEnableDisplayVideoNextToShareContentsInRecordingFile | 
Determine if display video next to share contents in recording file is enabled or not.
| - (BOOL) isEnableOptimizeFor3PartyVideoEditor | 
Determine if optimize for third party video editor is enabled or not.
| - (BOOL) isEnableRecordAudioForEveryAttendeeIndividually | 
Determine if record audio for every attendee individually is enabled or not.
| - (BOOL) isEnableRecordDuringScreenSharing | 
Determine if recording during screen sharing is enabled or not.
| - (ZoomSDKError) OptimizeFor3PartyVideoEditor: | (BOOL) | enable | 
Enable or diable optimize for third party video editor.
| enable | YES means enabled, NO disabled. | 
| - (ZoomSDKError) recordAudioForEveryAttendeeIndividually: | (BOOL) | enable | 
Enable or disable record audio for every attendee individually.
| enable | YES means enabled, NO disabled. | 
| - (ZoomSDKError) recordDuringScreenSharing: | (BOOL) | enable | 
Enable or disable record during screen sharing .
| enable | YES means enabled, NO disabled. | 
| - (ZoomSDKError) setRecordingPath: | (NSString *) | path | 
Set the path for saving the meeting recording file.
| path | The path for saving the meeting recording file. |