SessionDescription Class |
Namespace: FM.IceLink
The SessionDescription type exposes the following members.
| Name | Description | |
|---|---|---|
| SessionDescription | Initializes a new instance of the SessionDescription class |
| 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.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| FromJson |
Deserializes an instance from JSON.
| |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToJson |
Serializes this instance to JSON.
| |
| ToJson(SessionDescription) |
Serializes an instance to JSON.
| |
| ToString | (Inherited from Object.) |