Class RTCIceServer
Ice Server properties ( STUN / TURN )
Inheritance
System.Object
RTCIceServer
Namespace: iConfRTCModel
Assembly: iConfRTCWinForm.dll
Syntax
public class RTCIceServer
Properties
Password
The password needed to auhenticate
Declaration
public string Password { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Url
The URL of the ice server
Declaration
public string Url { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UserName
The user name needed to authenticate
Declaration
public string UserName { get; set; }
Property Value
Type | Description |
---|---|
System.String |