SdpOffer.Offers Property

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

'Declaration
Public ReadOnly Property Offers As Collection(Of SdpContentDescription)
    Get
'Usage
Dim instance As SdpOffer
Dim value As Collection(Of SdpContentDescription)

value = instance.Offers
public Collection<SdpContentDescription> Offers { get; }

Property Value

Type: System.Collections.ObjectModel.Collection<SdpContentDescription>

Remarks

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

See Also

Reference

SdpOffer Class

SdpOffer Members

Microsoft.Rtc.Collaboration Namespace