Uses of Class
com.mypurecloud.sdk.v2.model.MediaSettings
Packages that use MediaSettings
-
Uses of MediaSettings in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return MediaSettingsModifier and TypeMethodDescriptionMediaSettings.alertingTimeoutSeconds(Integer alertingTimeoutSeconds) The alerting timeout for the media type, in secondsMediaSettings.autoAnswerAlertToneSeconds(Double autoAnswerAlertToneSeconds) How long to play the alerting tone for an auto-answer interactionMediaSettings.enableAutoAnswer(Boolean enableAutoAnswer) Indicates if auto-answer is enabled for the given media type or subtype (default is false).QueueMediaSettings.getCall()QueueMediaSettings.getChat()MediaSettings.manualAnswerAlertToneSeconds(Double manualAnswerAlertToneSeconds) How long to play the alerting tone for a manual-answer interactionMediaSettings.serviceLevel(ServiceLevel serviceLevel) The targeted service level for the media typeMethods in com.mypurecloud.sdk.v2.model with parameters of type MediaSettingsModifier and TypeMethodDescriptionQueueMediaSettings.call(MediaSettings call) The queue media settings for call interactions.QueueMediaSettings.chat(MediaSettings chat) The queue media settings for chat interactions.voidQueueMediaSettings.setCall(MediaSettings call) voidQueueMediaSettings.setChat(MediaSettings chat)