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.
|
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. |
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.
OpenTok.IceServer.IceServer | ( | string | url, |
string | user, | ||
string | credential | ||
) |
The constructor.
url | The URL for the custom TURN server. |
user | The username for the TURN server. |
credential | The credential string for the TURN server. |