Class UserVideoSettings

java.lang.Object
com.mypurecloud.sdk.v2.model.UserVideoSettings
All Implemented Interfaces:
Serializable

public class UserVideoSettings extends Object implements Serializable
The settings for User Video
See Also:
  • Constructor Details

    • UserVideoSettings

      public UserVideoSettings()
    • UserVideoSettings

      public UserVideoSettings(Boolean initWithEmptyList)
  • Method Details

    • allowCamera

      public UserVideoSettings allowCamera(Boolean allowCamera)
      whether or not user camera is allowed
    • getAllowCamera

      public Boolean getAllowCamera()
    • setAllowCamera

      public void setAllowCamera(Boolean allowCamera)
    • allowScreenShare

      public UserVideoSettings allowScreenShare(Boolean allowScreenShare)
      whether or not user screen share is allowed
    • getAllowScreenShare

      public Boolean getAllowScreenShare()
    • setAllowScreenShare

      public void setAllowScreenShare(Boolean allowScreenShare)
    • allowMicrophone

      public UserVideoSettings allowMicrophone(Boolean allowMicrophone)
      whether or not user microphone is allowed
    • getAllowMicrophone

      public Boolean getAllowMicrophone()
    • setAllowMicrophone

      public void setAllowMicrophone(Boolean allowMicrophone)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object