Class WebrtcProvider.ICEServer

    • Field Detail

      • enabled

        protected boolean enabled
        The enabled.
      • username

        protected String username
        The username.
      • credential

        protected String credential
        The credential.
    • Constructor Detail

      • ICEServer

        public ICEServer()
    • Method Detail

      • isDefault

        public boolean isDefault()
        Checks if is default.
        Returns:
        true, if is default
      • isEnabled

        public boolean isEnabled()
        Checks if is enabled.
        Returns:
        the enabled
      • setEnabled

        public void setEnabled​(boolean enabled)
        Sets the enabled.
        Parameters:
        enabled - the enabled to set
      • getUsername

        public String getUsername()
        Gets the username.
        Returns:
        the username
      • setUsername

        public void setUsername​(String username)
        Sets the username.
        Parameters:
        username - the username to set
      • getCredential

        public String getCredential()
        Gets the credential.
        Returns:
        the credential
      • setCredential

        public void setCredential​(String credential)
        Sets the credential.
        Parameters:
        credential - the credential to set
      • getUrls

        public List<String> getUrls()
        Gets the urls.
        Returns:
        the urls
      • setUrls

        public void setUrls​(List<String> urls)
        Sets the urls.
        Parameters:
        urls - the urls to set