Class WebrtcProvider.ICEServer

java.lang.Object
org.exoplatform.webconferencing.webrtc.WebrtcProvider.ICEServer
Direct Known Subclasses:
WebrtcProvider.DefaultICEServer
Enclosing class:
WebrtcProvider

public static class WebrtcProvider.ICEServer extends Object
The Class ICEServer.
  • Field Details

    • enabled

      protected boolean enabled
      The enabled.
    • username

      protected String username
      The username.
    • credential

      protected String credential
      The credential.
    • urls

      protected List<String> urls
      The urls.
  • Constructor Details

    • ICEServer

      public ICEServer()
  • Method Details

    • 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