Package com.mypurecloud.sdk.v2.model
Class RecordingSettings
java.lang.Object
com.mypurecloud.sdk.v2.model.RecordingSettings
- All Implemented Interfaces:
Serializable
RecordingSettings
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()maxConfigurableScreenRecordingStreams(Integer maxConfigurableScreenRecordingStreams) Upper limit that maxSimultaneousStreams can be configuredmaxSimultaneousStreams(Integer maxSimultaneousStreams) Maximum number of simultaneous screen recording streamsrecordingBatchDownloadUrlTtl(Integer recordingBatchDownloadUrlTtl) The duration in minutes for which the generated URL for recording batch download remains valid.The default duration is set to 60 minutes, with a minimum allowable duration of 2 minutes and a maximum of 60 minutes.recordingPlaybackUrlTtl(Integer recordingPlaybackUrlTtl) The duration in minutes for which the generated URL for recording playback remains valid.The default duration is set to 60 minutes, with a minimum allowable duration of 2 minutes and a maximum of 60 minutes.regionalRecordingStorageEnabled(Boolean regionalRecordingStorageEnabled) Store call recordings in the region where they are intended to be recorded, otherwise in the organization's home regionvoidsetMaxConfigurableScreenRecordingStreams(Integer maxConfigurableScreenRecordingStreams) voidsetMaxSimultaneousStreams(Integer maxSimultaneousStreams) voidsetRecordingBatchDownloadUrlTtl(Integer recordingBatchDownloadUrlTtl) voidsetRecordingPlaybackUrlTtl(Integer recordingPlaybackUrlTtl) voidsetRegionalRecordingStorageEnabled(Boolean regionalRecordingStorageEnabled) toString()
-
Constructor Details
-
RecordingSettings
public RecordingSettings() -
RecordingSettings
-
-
Method Details
-
maxSimultaneousStreams
Maximum number of simultaneous screen recording streams -
getMaxSimultaneousStreams
-
setMaxSimultaneousStreams
-
maxConfigurableScreenRecordingStreams
public RecordingSettings maxConfigurableScreenRecordingStreams(Integer maxConfigurableScreenRecordingStreams) Upper limit that maxSimultaneousStreams can be configured -
getMaxConfigurableScreenRecordingStreams
-
setMaxConfigurableScreenRecordingStreams
-
regionalRecordingStorageEnabled
Store call recordings in the region where they are intended to be recorded, otherwise in the organization's home region -
getRegionalRecordingStorageEnabled
-
setRegionalRecordingStorageEnabled
-
recordingPlaybackUrlTtl
The duration in minutes for which the generated URL for recording playback remains valid.The default duration is set to 60 minutes, with a minimum allowable duration of 2 minutes and a maximum of 60 minutes. -
getRecordingPlaybackUrlTtl
-
setRecordingPlaybackUrlTtl
-
recordingBatchDownloadUrlTtl
The duration in minutes for which the generated URL for recording batch download remains valid.The default duration is set to 60 minutes, with a minimum allowable duration of 2 minutes and a maximum of 60 minutes. -
getRecordingBatchDownloadUrlTtl
-
setRecordingBatchDownloadUrlTtl
-
equals
-
hashCode
public int hashCode() -
toString
-