Class CandidateType
Defines valid SDP candidate types.
Inheritance
System.Object
CandidateType
Namespace: FM.LiveSwitch.Sdp.Ice
Assembly: FM.LiveSwitch.dll
Syntax
public static class CandidateType : object
Properties
Host
Gets the SDP candidate type meaning "Host".
Declaration
public static string Host { get; }
Property Value
Type | Description |
---|---|
System.String |
PeerReflexive
Gets the SDP candidate type meaning "Peer Reflexive".
Declaration
public static string PeerReflexive { get; }
Property Value
Type | Description |
---|---|
System.String |
Relayed
Gets the SDP candidate type meaning "Relayed".
Declaration
public static string Relayed { get; }
Property Value
Type | Description |
---|---|
System.String |
ServerReflexive
Gets the SDP candidate type meaning "Server Reflexive".
Declaration
public static string ServerReflexive { get; }
Property Value
Type | Description |
---|---|
System.String |