Share via


RouteType Struct

Definition

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.

public readonly struct RouteType : IEquatable<Azure.Communication.NetworkTraversal.RouteType>
type RouteType = struct
Public Structure RouteType
Implements IEquatable(Of RouteType)
Inheritance
RouteType
Implements

Constructors

RouteType(String)

Initializes a new instance of RouteType.

Properties

Any

any.

Nearest

nearest.

Methods

Equals(RouteType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(RouteType, RouteType)

Determines if two RouteType values are the same.

Implicit(String to RouteType)

Converts a string to a RouteType.

Inequality(RouteType, RouteType)

Determines if two RouteType values are not the same.

Applies to