|
Meeting SDK for macOS API Reference
|
Interface for recording settings. More...
#include <ZoomSDKSettingService.h>
Inherits NSObject.
Instance Methods | |
| (ZoomSDKError) | - setRecordingPath: |
| Sets the path for saving the meeting recording file. | |
| (NSString *_Nullable) | - getRecordingPath |
| Gets the current meeting's recorded path. | |
| (BOOL) | - isEnableChooseRecordingPathWhenMeetingEnd |
| Determines if choose recording path when meeting ended is enabled or not. | |
| (ZoomSDKError) | - chooseRecordingPathWhenMeetingEnd: |
| Enables or disable choose recording path when meeting ended. | |
| (BOOL) | - isEnableRecordAudioForEveryAttendeeIndividually |
| Determines if record audio for every attendee individually is enabled or not. | |
| (ZoomSDKError) | - recordAudioForEveryAttendeeIndividually: |
| Enables or disable record audio for every attendee individually. | |
| (BOOL) | - isEnableOptimizeFor3PartyVideoEditor |
| Determines if optimize for third party video editor is enabled or not. | |
| (ZoomSDKError) | - OptimizeFor3PartyVideoEditor: |
| Enables or disable optimize for third party video editor. | |
| (BOOL) | - isEnableAddTimestampForRecording |
| Determines if add timestamp for recording is enabled or not. | |
| (ZoomSDKError) | - addTimestampForRecording: |
| Enables or disable add timestamp for recordin. | |
| (BOOL) | - isEnableRecordDuringScreenSharing |
| Determines if recording during screen sharing is enabled or not. | |
| (ZoomSDKError) | - recordDuringScreenSharing: |
| Enables or disable record during screen sharing . | |
| (BOOL) | - isEnableDisplayVideoNextToShareContentsInRecordingFile |
| Determines if display video next to share contents in recording file is enabled or not. | |
| (ZoomSDKError) | - displayVideoNextToShareContentsInRecordingFile: |
| Enables or disable display video next to share contents in recording file. | |
| (BOOL) | - canGetCloudRecordingStorageInfo |
| Determines if the user have privilege to get cloud recording storage info. | |
| (ZoomSDKError) | - getCloudRecordingStorageInfo |
| Call to get cloud recording storage info if the user has the privilege to get cloud recording storage info. | |
| (BOOL) | - canGetRecordingManagementURL |
| Determines if the user have privilege to get cloud recording management URL. | |
| (NSString *_Nullable) | - getRecordingManagementURL |
| Call to get cloud recording management URL if the user has the privilege to get cloud recording management URL. | |
| (ZoomSDKError) | - setCustomizedCloudRecordingMgrUrl: |
| Sets the cloud recording manage url in the recording setting page. | |
Protected Attributes | |
| id< ZoomSDKSettingRecordDelegate > | _delegate |
Properties | |
| id< ZoomSDKSettingRecordDelegate > | delegate |
| Delegate object for receiving recording setting events. | |
Interface for recording settings.
Definition at line 1101 of file ZoomSDKSettingService.h.
| - (ZoomSDKError) addTimestampForRecording: | (BOOL) | enable |
Enables or disable add timestamp for recordin.
| enable | YES if enabled, NO if disabled. |
| - (BOOL) canGetCloudRecordingStorageInfo |
Determines if the user have privilege to get cloud recording storage info.
References canGetCloudRecordingStorageInfo.
Referenced by canGetCloudRecordingStorageInfo.
| - (BOOL) canGetRecordingManagementURL |
Determines if the user have privilege to get cloud recording management URL.
References canGetRecordingManagementURL.
Referenced by canGetRecordingManagementURL.
| - (ZoomSDKError) chooseRecordingPathWhenMeetingEnd: | (BOOL) | enable |
Enables or disable choose recording path when meeting ended.
| enable | YES if enabled, NO if disabled. |
| - (ZoomSDKError) displayVideoNextToShareContentsInRecordingFile: | (BOOL) | enable |
Enables or disable display video next to share contents in recording file.
| enable | YES if enabled, NO if disabled. |
| - (ZoomSDKError) getCloudRecordingStorageInfo |
Call to get cloud recording storage info if the user has the privilege to get cloud recording storage info.
ZoomSDKError_Success. Otherwise, this function returns an error. References getCloudRecordingStorageInfo.
Referenced by getCloudRecordingStorageInfo.
| - (NSString *_Nullable) getRecordingManagementURL |
Call to get cloud recording management URL if the user has the privilege to get cloud recording management URL.
References getRecordingManagementURL.
Referenced by getRecordingManagementURL.
| - (NSString *_Nullable) getRecordingPath |
Gets the current meeting's recorded path.
References getRecordingPath.
Referenced by getRecordingPath.
| - (BOOL) isEnableAddTimestampForRecording |
Determines if add timestamp for recording is enabled or not.
References isEnableAddTimestampForRecording.
Referenced by isEnableAddTimestampForRecording.
| - (BOOL) isEnableChooseRecordingPathWhenMeetingEnd |
Determines if choose recording path when meeting ended is enabled or not.
References isEnableChooseRecordingPathWhenMeetingEnd.
Referenced by isEnableChooseRecordingPathWhenMeetingEnd.
| - (BOOL) isEnableDisplayVideoNextToShareContentsInRecordingFile |
Determines if display video next to share contents in recording file is enabled or not.
References isEnableDisplayVideoNextToShareContentsInRecordingFile.
Referenced by isEnableDisplayVideoNextToShareContentsInRecordingFile.
| - (BOOL) isEnableOptimizeFor3PartyVideoEditor |
Determines if optimize for third party video editor is enabled or not.
References isEnableOptimizeFor3PartyVideoEditor.
Referenced by isEnableOptimizeFor3PartyVideoEditor.
| - (BOOL) isEnableRecordAudioForEveryAttendeeIndividually |
Determines if record audio for every attendee individually is enabled or not.
References isEnableRecordAudioForEveryAttendeeIndividually.
Referenced by isEnableRecordAudioForEveryAttendeeIndividually.
| - (BOOL) isEnableRecordDuringScreenSharing |
Determines if recording during screen sharing is enabled or not.
References isEnableRecordDuringScreenSharing.
Referenced by isEnableRecordDuringScreenSharing.
| - (ZoomSDKError) OptimizeFor3PartyVideoEditor: | (BOOL) | enable |
Enables or disable optimize for third party video editor.
| enable | YES if enabled, NO if disabled. |
| - (ZoomSDKError) recordAudioForEveryAttendeeIndividually: | (BOOL) | enable |
Enables or disable record audio for every attendee individually.
| enable | YES if enabled, NO if disabled. |
| - (ZoomSDKError) recordDuringScreenSharing: | (BOOL) | enable |
Enables or disable record during screen sharing .
| enable | YES if enabled, NO if disabled. |
| - (ZoomSDKError) setCustomizedCloudRecordingMgrUrl: | (NSString *) | recordingMgrUrl |
Sets the cloud recording manage url in the recording setting page.
| recordingMgrUrl | Specify the cloud recording manage url in the recording setting page. |
| - (ZoomSDKError) setRecordingPath: | (NSString *) | path |
Sets the path for saving the meeting recording file.
| path | The path for saving the meeting recording file. |
ZoomSDKError_Success. Otherwise, this function returns an error.
|
protected |
Definition at line 1103 of file ZoomSDKSettingService.h.
|
readwritenonatomicassign |
Delegate object for receiving recording setting events.
Definition at line 1108 of file ZoomSDKSettingService.h.