Class RTCAnswerOptions
Options for creating an SDP answer.
Inheritance
System.Object
RTCAnswerOptions
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 RTCAnswerOptions
Remarks
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 |