Class RTCIceServer
Used to specify properties for a STUN or TURN server that can be used by an ICE agent.
Inheritance
System.Object
RTCIceServer
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: SIPSorcery.Net
Assembly: SIPSorcery.dll
Syntax
public class RTCIceServer
Remarks
As specified in https://www.w3.org/TR/webrtc/#rtciceserver-dictionary.
Fields
| Improve this Doc View Sourcecredential
Declaration
public string credential
Field Value
Type | Description |
---|---|
System.String |
credentialType
Declaration
public RTCIceCredentialType credentialType
Field Value
Type | Description |
---|---|
RTCIceCredentialType |
urls
Declaration
public string urls
Field Value
Type | Description |
---|---|
System.String |
username
Declaration
public string username
Field Value
Type | Description |
---|---|
System.String |