SdpAnswer Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
SdpAnswer, contains the Sdp answer message being send out or receceived from remote endpoint.
public ref class SdpAnswer
public class SdpAnswer
type SdpAnswer = class
Public Class SdpAnswer
- Inheritance
-
SdpAnswer
Constructors
SdpAnswer(SdpContentDescription, SdpAnswerStatus, IEnumerable<SignalingHeader>) |
Create an instance for SdpDescriptionAnswer class. |
SdpAnswer(SdpContentDescription, SdpAnswerStatus) |
Create an instance for SdpDescriptionAnswer class. |
SdpAnswer(SdpContentDescription) |
Create an instance for SdpDescriptionAnswer class. |
Properties
Answer |
Gets the SdpAnswer message body. |
MessageHeaders |
Gets the Collection of Headers for the message. |
Status |
Status of the answer. |