Package com.mypurecloud.sdk.v2.model
Class UserVideoSettings
java.lang.Object
com.mypurecloud.sdk.v2.model.UserVideoSettings
- All Implemented Interfaces:
Serializable
The settings for User Video
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionallowCamera(Boolean allowCamera) whether or not user camera is allowedallowMicrophone(Boolean allowMicrophone) whether or not user microphone is allowedallowScreenShare(Boolean allowScreenShare) whether or not user screen share is allowedbooleaninthashCode()voidsetAllowCamera(Boolean allowCamera) voidsetAllowMicrophone(Boolean allowMicrophone) voidsetAllowScreenShare(Boolean allowScreenShare) toString()
-
Constructor Details
-
UserVideoSettings
public UserVideoSettings() -
UserVideoSettings
-
-
Method Details
-
allowCamera
whether or not user camera is allowed -
getAllowCamera
-
setAllowCamera
-
allowMicrophone
whether or not user microphone is allowed -
getAllowMicrophone
-
setAllowMicrophone
-
equals
-
hashCode
public int hashCode() -
toString
-