Suggestions

close search

Add Messaging, Voice, and Authentication to your apps with Vonage Communications APIs

Visit the Vonage API Developer Portal

OpenTok.IceServer Struct Reference

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
urlThe URL for the custom TURN server.
userThe username for the TURN server.
credentialThe credential string for the TURN server.
More...

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.

Constructor & Destructor Documentation

◆ IceServer()

OpenTok.IceServer.IceServer ( string  url,
string  user,
string  credential 
)

The constructor.

Parameters
urlThe URL for the custom TURN server.
userThe username for the TURN server.
credentialThe credential string for the TURN server.