SdpMediaDescription Constructors

Definition

Overloads

SdpMediaDescription()

Initializes a new instance of the class.

SdpMediaDescription(SdpMediaDescription)

Constructs an copy of the supplied media section. This constructor is private, but the Copy() function may be used to create a copy.

SdpMediaDescription(String)

Initializes a new instance of the class.

SdpMediaDescription()

Initializes a new instance of the class.

C#
public SdpMediaDescription ();

Applies to

Lync UCMA latest and other versions
Product Versions
Lync UCMA 4.0, 5.0, latest

SdpMediaDescription(SdpMediaDescription)

Constructs an copy of the supplied media section. This constructor is private, but the Copy() function may be used to create a copy.

C#
protected SdpMediaDescription (Microsoft.Rtc.Signaling.SdpMediaDescription source);

Parameters

source
SdpMediaDescription

The SdpMediaDescription to copy.

Exceptions

Thrown when the argument is null.

Applies to

Lync UCMA latest and other versions
Product Versions
Lync UCMA 4.0, 5.0, latest

SdpMediaDescription(String)

Initializes a new instance of the class.

C#
public SdpMediaDescription (string mediaName);

Parameters

mediaName
String

The type of media represented by the "m" line; for example, "audio" or "video".

Applies to

Lync UCMA latest and other versions
Product Versions
Lync UCMA 4.0, 5.0, latest