Interface for recording settings.
More...
#include <ZoomSDKSettingService.h>
Inherits NSObject.
Interface for recording settings.
Definition at line 1013 of file ZoomSDKSettingService.h.
◆ addTimestampForRecording:
Enable or disable add timestamp for recordin.
- Parameters
-
enable | YES means enabled, NO disabled. |
- Returns
- If the function succeeds, it will return ZoomSDKError_Success, otherwise not.
◆ canGetCloudRecordingStorageInfo
- (BOOL) canGetCloudRecordingStorageInfo |
|
|
|
Determine if the user have privilege to get cloud recording storage info.
- Returns
- YES means can get info, otherwise not.
◆ canGetRecordingManagementURL
- (BOOL) canGetRecordingManagementURL |
|
|
|
Determine if the user have privilege to get cloud recording management URL.
- Returns
- YES means can get url, otherwise not.
◆ chooseRecordingPathWhenMeetingEnd:
- (ZoomSDKError) chooseRecordingPathWhenMeetingEnd: |
|
(BOOL) | enable |
|
Enable or disable choose recording path when meeting ended.
- Parameters
-
enable | YES means enabled, NO disabled. |
- Returns
- If the function succeeds, it will return ZoomSDKError_Success, otherwise not.
◆ displayVideoNextToShareContentsInRecordingFile:
- (ZoomSDKError) displayVideoNextToShareContentsInRecordingFile: |
|
(BOOL) | enable |
|
Enable or disable display video next to share contents in recording file.
- Parameters
-
enable | YES means enabled, NO disabled. |
- Returns
- If the function succeeds, it will return ZoomSDKError_Success, otherwise not.
◆ getCloudRecordingStorageInfo
Call to get cloud recording storage info if the user has the privilege to get cloud recording storage info.
- Returns
- If the function succeeds, it will return the
ZoomSDKError_Success
, otherwise failed.
- Note
- The cloud recording storage info will be notified to user through delegate ZoomSDKSettingRecordDelegate when you have call this api successfully.
◆ getRecordingManagementURL
- (NSString *_Nullable) getRecordingManagementURL |
|
|
|
Call to get cloud recording management URL if the user has the privilege to get cloud recording management URL.
- Returns
- If the function succeeds, it will return the cloud recording management URL, otherwise nil.
◆ getRecordingPath
- (NSString *_Nullable) getRecordingPath |
|
|
|
Get the path of the current recorded meeting.
- Returns
- If the function succeeds, it will return ZoomSDKError_Success. Otherwise failed.
◆ isEnableAddTimestampForRecording
- (BOOL) isEnableAddTimestampForRecording |
|
|
|
Determine if add timestamp for recording is enabled or not.
- Returns
- YES means enabled, otherwise not.
◆ isEnableChooseRecordingPathWhenMeetingEnd
- (BOOL) isEnableChooseRecordingPathWhenMeetingEnd |
|
|
|
Determine if choose recording path when meeting ended is enabled or not.
- Returns
- YES means enabled, otherwise not.
◆ isEnableDisplayVideoNextToShareContentsInRecordingFile
- (BOOL) isEnableDisplayVideoNextToShareContentsInRecordingFile |
|
|
|
Determine if display video next to share contents in recording file is enabled or not.
- Returns
- YES means enabled, otherwise not.
◆ isEnableOptimizeFor3PartyVideoEditor
- (BOOL) isEnableOptimizeFor3PartyVideoEditor |
|
|
|
Determine if optimize for third party video editor is enabled or not.
- Returns
- YES means enabled, otherwise not.
◆ isEnableRecordAudioForEveryAttendeeIndividually
- (BOOL) isEnableRecordAudioForEveryAttendeeIndividually |
|
|
|
Determine if record audio for every attendee individually is enabled or not.
- Returns
- YES means enabled, otherwise not.
◆ isEnableRecordDuringScreenSharing
- (BOOL) isEnableRecordDuringScreenSharing |
|
|
|
Determine if recording during screen sharing is enabled or not.
- Returns
- YES means enabled, otherwise not.
◆ OptimizeFor3PartyVideoEditor:
- (ZoomSDKError) OptimizeFor3PartyVideoEditor: |
|
(BOOL) | enable |
|
Enable or disable optimize for third party video editor.
- Parameters
-
enable | YES means enabled, NO disabled. |
- Returns
- If the function succeeds, it will return ZoomSDKError_Success, otherwise not.
◆ recordAudioForEveryAttendeeIndividually:
- (ZoomSDKError) recordAudioForEveryAttendeeIndividually: |
|
(BOOL) | enable |
|
Enable or disable record audio for every attendee individually.
- Parameters
-
enable | YES means enabled, NO disabled. |
- Returns
- If the function succeeds, it will return ZoomSDKError_Success, otherwise not.
◆ recordDuringScreenSharing:
Enable or disable record during screen sharing .
- Parameters
-
enable | YES means enabled, NO disabled. |
- Returns
- If the function succeeds, it will return ZoomSDKError_Success, otherwise not.
◆ setCustomizedCloudRecordingMgrUrl:
- (ZoomSDKError) setCustomizedCloudRecordingMgrUrl: |
|
(NSString *) | recordingMgrUrl |
|
Set the cloud recording manage url in the recording setting page.
- Parameters
-
recordingMgrUrl | Specify the cloud recording manage url in the recording setting page. |
- Returns
- If the function succeeds, it will return ZoomSDKError_Success, otherwise not.
◆ setRecordingPath:
Set the path for saving the meeting recording file.
- Parameters
-
path | The path for saving the meeting recording file. |
- Returns
- If the function succeeds, it will return the
ZoomSDKError_Success
, otherwise failed.
- Note
- The parameter 'path' must already be present, or the path cannot be set successfully.
◆ _delegate
◆ delegate