Meeting SDK for macOS API Reference
|
#include <ZoomSDKSettingService.h>
Inherits NSObject.
Instance Methods | |
(ZoomSDKError) | - setRecordingPath: |
Set the path for saving the meeting recording file. | |
(NSString *_Nullable) | - getRecordingPath |
Get the path of the current recorded meeting. | |
(BOOL) | - isEnableChooseRecordingPathWhenMeetingEnd |
Determine if choose recording path when meeting ended is enabled or not. | |
(ZoomSDKError) | - chooseRecordingPathWhenMeetingEnd: |
Enable or disable choose recording path when meeting ended. | |
(BOOL) | - isEnableRecordAudioForEveryAttendeeIndividually |
Determine if record audio for every attendee individually is enabled or not. | |
(ZoomSDKError) | - recordAudioForEveryAttendeeIndividually: |
Enable or disable record audio for every attendee individually. | |
(BOOL) | - isEnableOptimizeFor3PartyVideoEditor |
Determine if optimize for third party video editor is enabled or not. | |
(ZoomSDKError) | - OptimizeFor3PartyVideoEditor: |
Enable or disable optimize for third party video editor. | |
(BOOL) | - isEnableAddTimestampForRecording |
Determine if add timestamp for recording is enabled or not. | |
(ZoomSDKError) | - addTimestampForRecording: |
Enable or disable add timestamp for recordin. | |
(BOOL) | - isEnableRecordDuringScreenSharing |
Determine if recording during screen sharing is enabled or not. | |
(ZoomSDKError) | - recordDuringScreenSharing: |
Enable or disable record during screen sharing . | |
(BOOL) | - isEnableDisplayVideoNextToShareContentsInRecordingFile |
Determine if display video next to share contents in recording file is enabled or not. | |
(ZoomSDKError) | - displayVideoNextToShareContentsInRecordingFile: |
Enable or disable display video next to share contents in recording file. | |
(BOOL) | - canGetCloudRecordingStorageInfo |
Determine 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 |
Determine 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: |
Set the cloud recording manage url in the recording setting page. | |
Protected Attributes | |
id< ZoomSDKSettingRecordDelegate > | _delegate |
Properties | |
id< ZoomSDKSettingRecordDelegate > | delegate |
Definition at line 910 of file ZoomSDKSettingService.h.
- (ZoomSDKError) addTimestampForRecording: | (BOOL) | enable |
Enable or disable add timestamp for recordin.
enable | YES means enabled, NO disabled. |
- (BOOL) canGetCloudRecordingStorageInfo |
Determine if the user have privilege to get cloud recording storage info.
- (BOOL) canGetRecordingManagementURL |
Determine if the user have privilege 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 privilege to get cloud recording storage info.
ZoomSDKError_Success
, otherwise failed. - (NSString *_Nullable) getRecordingManagementURL |
Call to get cloud recording management URL if the user has the privilege to get cloud recording management URL.
- (NSString *_Nullable) 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 disable 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) setCustomizedCloudRecordingMgrUrl: | (NSString *) | recordingMgrUrl |
Set 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 |
Set the path for saving the meeting recording file.
path | The path for saving the meeting recording file. |
ZoomSDKError_Success
, otherwise failed.
|
protected |
Definition at line 912 of file ZoomSDKSettingService.h.
|
readwritenonatomicassign |
Definition at line 914 of file ZoomSDKSettingService.h.