Defines the object to add to the List for the CustomIceServers property of the IceConfig class. More...

Public Member Functions
IceServer (string url, string user, string credential)
The constructor. Parameters
Properties
string Url [get, set]
The URL for the custom TURN server.
string User [get, set]
The username for the TURN server.
string Credential [get, set]
The credential string for the TURN server.

Detailed Description

Defines the object to add to the List for the CustomIceServers property of the IceConfig class.

An IceServer object represents a custom TURN server to be used by the client.