WebRTC Video Chat 1.1.4
Loading...
Searching...
No Matches
Byn.Awrtc.IceServer Class Reference

Represents an ice server entry. More...

Public Member Functions

 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.
 

Properties

List< string > Urls [get]
 Returns a copy of the given urls.
 
string Username [get]
 Returns the username.
 
string Credential [get]
 Returns the credential / password.
 

Detailed Description

Represents an ice server entry.

Constructor & Destructor Documentation

◆ 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

Member Function Documentation

◆ Equals()

override bool Byn.Awrtc.IceServer.Equals ( object obj)

Compares two IceServers.

Parameters
obj
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: