Package io.openvidu.java.client
Class IceServerProperties
- java.lang.Object
-
- io.openvidu.java.client.IceServerProperties
-
public class IceServerProperties extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIceServerProperties.BuilderBuilder forIceServerProperties
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCredential()Returns the credential to be used for TURN connections at the definedgetUrl()andgetUsername()for thisIceServerPropertiesobject.StringgetUrl()Returns the defined ICE Server url for thisIceServerPropertiesobject.StringgetUsername()Returns the Username to be used for TURN connections at the definedgetUrl()andgetCredential()for thisIceServerPropertiesobject.
-
-
-
Method Detail
-
getUrl
public String getUrl()
Returns the defined ICE Server url for thisIceServerPropertiesobject.
-
getUsername
public String getUsername()
Returns the Username to be used for TURN connections at the definedgetUrl()andgetCredential()for thisIceServerPropertiesobject.
-
getCredential
public String getCredential()
Returns the credential to be used for TURN connections at the definedgetUrl()andgetUsername()for thisIceServerPropertiesobject.
-
-