Class SetStreamSettings.Settings

    • Constructor Detail

      • Settings

        public Settings()
    • Method Detail

      • setServer

        public void setServer​(String server)
        The publish URL.
      • setKey

        public void setKey​(String key)
        The publish key.
      • isUseAuth

        public Optional<Boolean> isUseAuth()
        Indicates whether authentication should be used when connecting to the streaming server.
      • setUseAuth

        public void setUseAuth​(boolean useAuth)
        Indicates whether authentication should be used when connecting to the streaming server.
      • getUsername

        public Optional<String> getUsername()
        The username for the streaming service.
      • setUsername

        public void setUsername​(String username)
        The username for the streaming service.
      • getPassword

        public Optional<String> getPassword()
        The password for the streaming service.
      • setPassword

        public void setPassword​(String password)
        The password for the streaming service.