Class GetStreamSettings.Settings

    • Constructor Detail

      • Settings

        public Settings()
    • Method Detail

      • getServer

        public String getServer()
        The publish URL.
      • getKey

        public String getKey()
        The publish key of the stream.
      • isUseAuth

        public boolean isUseAuth()
        Indicates whether authentication should be used when connecting to the streaming server.
      • getUsername

        public String getUsername()
        The username to use when accessing the streaming server. Only present if `use_auth` is `true`.
      • getPassword

        public String getPassword()
        The password to use when accessing the streaming server. Only present if `use_auth` is `true`.