Defines the object to add to the List for the CustomIceServers property of the IceConfig class.
More...
|
|
| IceServer (string url, string user, string credential) |
| | The constructor. - Parameters
-
| url | The URL for the custom TURN server. |
| user | The username for the TURN server. |
| credential | The credential string for the TURN server. |
|
|
|
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.
|
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.