Click or drag to resize

SessionDescription Class

A session description.
Inheritance Hierarchy
SystemObject
  FM.IceLinkSessionDescription

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The SessionDescription type exposes the following members.

Constructors
  NameDescription
Public methodSessionDescription
Initializes a new instance of the SessionDescription class
Top
Properties
  NameDescription
Public propertyHasAudio
Gets a value indicating whether an audio stream is described.
Public propertyHasData
Gets a value indicating whether a data stream is described.
Public propertyHasVideo
Gets a value indicating whether a video stream is described.
Public propertyIsOffer
Gets a value indicating whether this instance is offer.
Public propertySdpMessage
Gets or sets the SDP message.
Public propertySessionId
Gets the session id of the remote description, if remote description is set. Returns null otherwise.
Public propertySessionVersion
Gets the version of the remote description, if remote description is set. Returns null otherwise.
Public propertyTieBreaker
Gets or sets the tie breaker in case of a role conflict.
Public propertyType
Gets or sets the type.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodStatic memberFromJson
Deserializes an instance from JSON.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToJson
Serializes this instance to JSON.
Public methodStatic memberToJson(SessionDescription)
Serializes an instance to JSON.
Public methodToString (Inherited from Object.)
Top
See Also