Show / Hide Table of Contents

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

As specified in https://www.w3.org/TR/webrtc/#dictionary-rtcofferansweroptions-members.

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