Class RTCOfferOptions
Inheritance
System.Object
RTCOfferOptions
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 RTCOfferOptions
Fields
| Improve this Doc View SourceX_ExcludeIceCandidates
If set it indicates that any available ICE candidates should NOT be added to the offer SDP. By default "host" candidates should always be available and will be added to the offer SDP.
Declaration
public bool X_ExcludeIceCandidates
Field Value
Type | Description |
---|---|
System.Boolean |