SdpOffer.Offers Property

Definition

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

public:
 property System::Collections::ObjectModel::Collection<Microsoft::Rtc::Collaboration::SdpContentDescription ^> ^ Offers { System::Collections::ObjectModel::Collection<Microsoft::Rtc::Collaboration::SdpContentDescription ^> ^ get(); };
public System.Collections.ObjectModel.Collection<Microsoft.Rtc.Collaboration.SdpContentDescription> Offers { get; }
member this.Offers : System.Collections.ObjectModel.Collection<Microsoft.Rtc.Collaboration.SdpContentDescription>
Public ReadOnly Property Offers As Collection(Of SdpContentDescription)

Property Value

Remarks

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

Applies to