SdpAnswer Class

Definition

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)

Create an instance for SdpDescriptionAnswer class.

SdpAnswer(SdpContentDescription, SdpAnswerStatus)

Create an instance for SdpDescriptionAnswer class.

SdpAnswer(SdpContentDescription, SdpAnswerStatus, IEnumerable<SignalingHeader>)

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.

Applies to