Offer Property

Gets or sets the media description offer from the remote participant.

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

Syntax

'Declaration
Public Property Offer As ContentDescription
    Get
    Protected Set
'Usage
Dim instance As OfferInInviteResponseEventArgs
Dim value As ContentDescription

value = instance.Offer

instance.Offer = value
public ContentDescription Offer { get; protected set; }

Property Value

Type: Microsoft.Rtc.Signaling..::..ContentDescription
A ContentDescription object containing the offer.

See Also

Reference

OfferInInviteResponseEventArgs Class

OfferInInviteResponseEventArgs Members

Microsoft.Rtc.Signaling Namespace