IceServer class
A structure for the ICE server connection data.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- password → String?
-
A password to login to the ICE server.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- ttl → int?
-
The period of time, in seconds, during which the username and password are
valid.
final
-
uris
→ List<
String> ? -
An array of URIs, in the form specified in the I-D.petithuguenin-behave-turn-uris
spec. These URIs provide the different addresses and/or protocols that can
be used to reach the TURN server.
final
- username → String?
-
A username to login to the ICE server.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited