Show / Hide Table of Contents

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 Source

credential

Declaration
public string credential
Field Value
Type Description
System.String
| Improve this Doc View Source

credentialType

Declaration
public RTCIceCredentialType credentialType
Field Value
Type Description
RTCIceCredentialType
| Improve this Doc View Source

urls

Declaration
public string urls
Field Value
Type Description
System.String
| Improve this Doc View Source

username

Declaration
public string username
Field Value
Type Description
System.String

Extension Methods

JSONWriter.ToJson(Object)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX