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<(Of <(<'SdpContentDescription>)>)>

Remarks

If multiple SdpDescriptions are specified on the offer, they will be sent out in a multipart mime message.

See Also

Reference

SdpOffer Class

SdpOffer Members

Microsoft.Rtc.Collaboration Namespace