Show / Hide Table of Contents

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 Source

X_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

Extension Methods

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