78 строки
5.4 KiB
YAML
78 строки
5.4 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.communication.networktraversal.models.CommunicationIceServer"
|
|
fullName: "com.azure.communication.networktraversal.models.CommunicationIceServer"
|
|
name: "CommunicationIceServer"
|
|
nameWithType: "CommunicationIceServer"
|
|
summary: "An instance of a STUN/TURN server with credentials to be used for ICE negotiation."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public final class **CommunicationIceServer**"
|
|
constructors:
|
|
- uid: "com.azure.communication.networktraversal.models.CommunicationIceServer.CommunicationIceServer()"
|
|
fullName: "com.azure.communication.networktraversal.models.CommunicationIceServer.CommunicationIceServer()"
|
|
name: "CommunicationIceServer()"
|
|
nameWithType: "CommunicationIceServer.CommunicationIceServer()"
|
|
summary: "Default constructor for Communication<wbr>Ice<wbr>Server."
|
|
syntax: "public CommunicationIceServer()"
|
|
desc: "Default constructor for CommunicationIceServer."
|
|
methods:
|
|
- uid: "com.azure.communication.networktraversal.models.CommunicationIceServer.getCredential()"
|
|
fullName: "com.azure.communication.networktraversal.models.CommunicationIceServer.getCredential()"
|
|
name: "getCredential()"
|
|
nameWithType: "CommunicationIceServer.getCredential()"
|
|
summary: "Get the credential property: Credential for the server."
|
|
syntax: "public String getCredential()"
|
|
desc: "Get the credential property: Credential for the server."
|
|
returns:
|
|
description: "the credential value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.communication.networktraversal.models.CommunicationIceServer.getRouteType()"
|
|
fullName: "com.azure.communication.networktraversal.models.CommunicationIceServer.getRouteType()"
|
|
name: "getRouteType()"
|
|
nameWithType: "CommunicationIceServer.getRouteType()"
|
|
summary: "Get the route<wbr>Type property: The routing methodology to where the ICE server will be located from the client."
|
|
syntax: "public RouteType getRouteType()"
|
|
desc: "Get the routeType property: The routing methodology to where the ICE server will be located from the client. \"any\" will have higher reliability while \"nearest\" will have lower latency. It is recommended to default to use the \"any\" routing method unless there are specific scenarios which minimizing latency is critical."
|
|
returns:
|
|
description: "the routeType value."
|
|
type: "<xref href=\"com.azure.communication.networktraversal.models.RouteType?alt=com.azure.communication.networktraversal.models.RouteType&text=RouteType\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.communication.networktraversal.models.CommunicationIceServer.getUrls()"
|
|
fullName: "com.azure.communication.networktraversal.models.CommunicationIceServer.getUrls()"
|
|
name: "getUrls()"
|
|
nameWithType: "CommunicationIceServer.getUrls()"
|
|
summary: "Get the urls property: List of STUN/TURN server URLs."
|
|
syntax: "public List<String> getUrls()"
|
|
desc: "Get the urls property: List of STUN/TURN server URLs."
|
|
returns:
|
|
description: "the urls value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
- uid: "com.azure.communication.networktraversal.models.CommunicationIceServer.getUsername()"
|
|
fullName: "com.azure.communication.networktraversal.models.CommunicationIceServer.getUsername()"
|
|
name: "getUsername()"
|
|
nameWithType: "CommunicationIceServer.getUsername()"
|
|
summary: "Get the username property: User account name which uniquely identifies the credentials."
|
|
syntax: "public String getUsername()"
|
|
desc: "Get the username property: User account name which uniquely identifies the credentials."
|
|
returns:
|
|
description: "the username value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
type: "class"
|
|
desc: "An instance of a STUN/TURN server with credentials to be used for ICE negotiation."
|
|
metadata: {}
|
|
package: "com.azure.communication.networktraversal.models"
|
|
artifact: com.azure:azure-communication-networktraversal:1.1.0
|