IceServer class

ICE server which should be used by some peer connection.

Constructors

IceServer(List<String> urls, [String? username, String? password])
Creates a new IceServer with the provided parameters.

Properties

hashCode int
The hash code for this object.
no setterinherited
password String?
Password for authentication on this IceServer.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
urls List<String>
List of URLs of this IceServer.
getter/setter pair
username String?
Username for authentication on this IceServer.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
Converts this model to the Map expected by Flutter.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited