Class VoipResponse


  • public class VoipResponse
    extends Object
    The TURN server credentials.
    • Field Detail

      • username

        private String username
        Required. The username to use.
      • password

        private char[] password
        Required. The password to use.
      • uris

        private List<String> uris
        Required. A list of TURN URIs.
      • ttl

        private Long ttl
        Required. The time-to-live in seconds.
    • Constructor Detail

      • VoipResponse

        public VoipResponse()
    • Method Detail

      • getUsername

        public String getUsername()
      • setUsername

        public void setUsername​(String username)
      • getPassword

        public char[] getPassword()
      • setPassword

        public void setPassword​(char[] password)
      • setUris

        public void setUris​(List<String> uris)
      • getTtl

        public Long getTtl()
      • setTtl

        public void setTtl​(Long ttl)