SdpOffer Members
Include Protected Members
Include Inherited Members
SdpOffer, contains the sdp offer message received from the remote endpoint or sdp offer being send to the remote endpoint.
The SdpOffer type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SdpOffer(SdpContentDescription) | Create the instance of SdpOffer. | |
SdpOffer(SdpContentDescription, IEnumerable<SignalingHeader>) | Create the instance of SdpOffer. | |
SdpOffer(IEnumerable<SdpContentDescription>, IEnumerable<SignalingHeader>) | Create the instance of SdpOffer. |
Top
Properties
Name | Description | |
---|---|---|
MessageHeaders | List of Headers on the message. | |
Offers | List of Sdps to be send or received in the offer. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
ToString | (inherited from Object) |
Top