Uses of Class
com.mypurecloud.sdk.v2.model.RecordingSettings
Packages that use RecordingSettings
Package
Description
-
Uses of RecordingSettings in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return RecordingSettingsModifier and TypeMethodDescriptionRecordingApi.getRecordingSettings(GetRecordingSettingsRequest request) Get the Recording Settings for the OrganizationRecordingApi.getRecordingSettings(Boolean createDefault) Get the Recording Settings for the OrganizationRecordingApi.putRecordingSettings(PutRecordingSettingsRequest request) Update the Recording Settings for the OrganizationRecordingApi.putRecordingSettings(RecordingSettings body) Update the Recording Settings for the OrganizationMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type RecordingSettingsModifier and TypeMethodDescriptionRecordingApi.getRecordingSettings(ApiRequest<Void> request) Get the Recording Settings for the OrganizationRecordingApiAsync.getRecordingSettingsAsync(GetRecordingSettingsRequest request, AsyncApiCallback<RecordingSettings> callback) Get the Recording Settings for the OrganizationRecordingApiAsync.getRecordingSettingsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<RecordingSettings>> callback) Get the Recording Settings for the OrganizationRecordingApi.getRecordingSettingsWithHttpInfo(Boolean createDefault) Get the Recording Settings for the OrganizationRecordingApi.putRecordingSettings(ApiRequest<RecordingSettings> request) Update the Recording Settings for the OrganizationRecordingApiAsync.putRecordingSettingsAsync(PutRecordingSettingsRequest request, AsyncApiCallback<RecordingSettings> callback) Update the Recording Settings for the OrganizationRecordingApiAsync.putRecordingSettingsAsync(ApiRequest<RecordingSettings> request, AsyncApiCallback<ApiResponse<RecordingSettings>> callback) Update the Recording Settings for the OrganizationRecordingApi.putRecordingSettingsWithHttpInfo(RecordingSettings body) Update the Recording Settings for the OrganizationMethods in com.mypurecloud.sdk.v2.api with parameters of type RecordingSettingsModifier and TypeMethodDescriptionRecordingApi.putRecordingSettings(RecordingSettings body) Update the Recording Settings for the OrganizationRecordingApi.putRecordingSettingsWithHttpInfo(RecordingSettings body) Update the Recording Settings for the OrganizationMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type RecordingSettingsModifier and TypeMethodDescriptionRecordingApiAsync.getRecordingSettingsAsync(GetRecordingSettingsRequest request, AsyncApiCallback<RecordingSettings> callback) Get the Recording Settings for the OrganizationRecordingApiAsync.getRecordingSettingsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<RecordingSettings>> callback) Get the Recording Settings for the OrganizationRecordingApi.putRecordingSettings(ApiRequest<RecordingSettings> request) Update the Recording Settings for the OrganizationRecordingApiAsync.putRecordingSettingsAsync(PutRecordingSettingsRequest request, AsyncApiCallback<RecordingSettings> callback) Update the Recording Settings for the OrganizationRecordingApiAsync.putRecordingSettingsAsync(ApiRequest<RecordingSettings> request, AsyncApiCallback<ApiResponse<RecordingSettings>> callback) Update the Recording Settings for the OrganizationRecordingApiAsync.putRecordingSettingsAsync(ApiRequest<RecordingSettings> request, AsyncApiCallback<ApiResponse<RecordingSettings>> callback) Update the Recording Settings for the Organization -
Uses of RecordingSettings in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return RecordingSettingsMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type RecordingSettingsMethods in com.mypurecloud.sdk.v2.api.request with parameters of type RecordingSettingsModifier and TypeMethodDescriptionPutRecordingSettingsRequest.builder(RecordingSettings body) voidPutRecordingSettingsRequest.setBody(RecordingSettings body) PutRecordingSettingsRequest.Builder.withBody(RecordingSettings body) PutRecordingSettingsRequest.withBody(RecordingSettings body) PutRecordingSettingsRequest.Builder.withRequiredParams(RecordingSettings body) -
Uses of RecordingSettings in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return RecordingSettingsModifier and TypeMethodDescriptionRecordingSettings.maxConfigurableScreenRecordingStreams(Integer maxConfigurableScreenRecordingStreams) Upper limit that maxSimultaneousStreams can be configuredRecordingSettings.maxSimultaneousStreams(Integer maxSimultaneousStreams) Maximum number of simultaneous screen recording streamsRecordingSettings.recordingBatchDownloadUrlTtl(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.RecordingSettings.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.RecordingSettings.regionalRecordingStorageEnabled(Boolean regionalRecordingStorageEnabled) Store call recordings in the region where they are intended to be recorded, otherwise in the organization's home region