Represents an ice server entry.
More...
|
| | IceServer (List< string > lUrls, string lUsername="", string lCredential="") |
| | Creates an ice server entry with the given urls, username and credential (password, tokens might be supported later)
|
| |
| | IceServer (string lUrl, string lUsername="", string lCredential="") |
| | Creates an ice server entry with the given url, username and credential (password, tokens might be supported later)
|
| |
| override string | ToString () |
| | Returns all IceServer properties as a string for debugging.
|
| |
| override int | GetHashCode () |
| | Avoid. Not optimized.
|
| |
| override bool | Equals (object obj) |
| | Compares two IceServers.
|
| |
|
|
List< string > | Urls [get] |
| | Returns a copy of the given urls.
|
| |
|
string | Username [get] |
| | Returns the username.
|
| |
|
string | Credential [get] |
| | Returns the credential / password.
|
| |
Represents an ice server entry.
◆ IceServer() [1/2]
| Byn.Awrtc.IceServer.IceServer |
( |
List< string > | lUrls, |
|
|
string | lUsername = "", |
|
|
string | lCredential = "" ) |
Creates an ice server entry with the given urls, username and credential (password, tokens might be supported later)
- Parameters
-
| lUrls | |
| lUsername | |
| lCredential | |
◆ IceServer() [2/2]
| Byn.Awrtc.IceServer.IceServer |
( |
string | lUrl, |
|
|
string | lUsername = "", |
|
|
string | lCredential = "" ) |
Creates an ice server entry with the given url, username and credential (password, tokens might be supported later)
- Parameters
-
| lUrl | |
| lUsername | |
| lCredential | |
◆ Equals()
| override bool Byn.Awrtc.IceServer.Equals |
( |
object | obj | ) |
|
Compares two IceServers.
- Parameters
-
- Returns
◆ GetHashCode()
| override int Byn.Awrtc.IceServer.GetHashCode |
( |
| ) |
|
Avoid. Not optimized.
- Returns
◆ ToString()
| override string Byn.Awrtc.IceServer.ToString |
( |
| ) |
|
Returns all IceServer properties as a string for debugging.
- Returns
The documentation for this class was generated from the following file:
- /Volumes/macdev/wrtc/main_new/awrtc/awrtc_cs_common/Byn.Awrtc/IceServer.cs