Package com.mypurecloud.sdk.v2.model
Class AgentVideoSettings
java.lang.Object
com.mypurecloud.sdk.v2.model.AgentVideoSettings
- All Implemented Interfaces:
Serializable
The settings for Agent Video
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumbackground for agent -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionallowCamera(Boolean allowCamera) whether or not agent camera is allowedallowMicrophone(Boolean allowMicrophone) whether or not agent microphone is allowedallowScreenShare(Boolean allowScreenShare) whether or not agent screen share is allowedbackground(AgentVideoSettings.BackgroundEnum background) background for agentbackgroundImage(BackgroundImageSettings backgroundImage) background image settings for agentbooleaninthashCode()voidsetAllowCamera(Boolean allowCamera) voidsetAllowMicrophone(Boolean allowMicrophone) voidsetAllowScreenShare(Boolean allowScreenShare) voidsetBackground(AgentVideoSettings.BackgroundEnum background) voidsetBackgroundImage(BackgroundImageSettings backgroundImage) toString()
-
Constructor Details
-
AgentVideoSettings
public AgentVideoSettings() -
AgentVideoSettings
-
-
Method Details
-
allowCamera
whether or not agent camera is allowed -
getAllowCamera
-
setAllowCamera
-
allowMicrophone
whether or not agent microphone is allowed -
getAllowMicrophone
-
setAllowMicrophone
-
background
background for agent -
getBackground
-
setBackground
-
backgroundImage
background image settings for agent -
getBackgroundImage
-
setBackgroundImage
-
equals
-
hashCode
public int hashCode() -
toString
-