| SessionDescription Properties | 
The SessionDescription type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | HasAudio | 
            Gets a value indicating whether an audio stream is described.
             | 
|  | HasData | 
            Gets a value indicating whether a data stream is described.
             | 
|  | HasVideo | 
            Gets a value indicating whether a video stream is described.
             | 
|  | IsOffer | 
            Gets a value indicating whether this instance is offer.
             | 
|  | SdpMessage | 
            Gets or sets the SDP message.
             | 
|  | SessionId | 
            Gets the session id of the remote description, if remote description is set. Returns null otherwise.
             | 
|  | SessionVersion | 
            Gets the version of the remote description, if remote description is set. Returns null otherwise.
             | 
|  | TieBreaker | 
            Gets or sets the tie breaker in case of a role conflict.
             | 
|  | Type | 
            Gets or sets the type.
             | 
 See Also
See Also