Class IceServer
Syntax
[Serializable]
public class IceServer
Constructors
IceServer(String[], String, IceCredentialType, String)
Declaration
public IceServer(string[] urls = null, string username = null, IceCredentialType credentialType = IceCredentialType.Password, string credential = null)
Parameters
Properties
credential
Declaration
public string credential { get; }
Property Value
credentialType
Declaration
public IceCredentialType credentialType { get; }
Property Value
urls
Declaration
public IReadOnlyCollection<string> urls { get; }
Property Value
username
Declaration
public string username { get; }
Property Value
Methods
Clone()
Declaration
Returns
Clone(String[], String, Nullable<IceCredentialType>, String)
Declaration
public IceServer Clone(string[] urls = null, string username = null, IceCredentialType? credentialType = null, string credential = null)
Parameters
Returns
Operators
Explicit(IceServer to RTCIceServer)
Declaration
public static explicit operator RTCIceServer(IceServer server)
Parameters
Returns