List of Sdps to be send or received in the offer.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
Offers 
As 
Collection(
Of 

SdpContentDescription)
C#
public 
Collection<

SdpContentDescription> 
Offers { 
get; }
Visual C++
public:
property 
Collection<

SdpContentDescription^>^ 
Offers {
	
Collection<

SdpContentDescription^>^ 
get ();
}
JavaScript
function get_
offers();

Remarks

If multiple SdpDescription are specified on the offer, they will be send out as multipart/mime offer

See Also