Click or drag to resize

SessionDescription Properties

The SessionDescription type exposes the following members.

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
See Also