OfferInReInviteEventArgs.Offer Property
Gets 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 OfferInReInviteEventArgs
Dim value As ContentDescription
value = instance.Offer
instance.Offer = value
public ContentDescription Offer { get; protected set; }
Property Value
Type: Microsoft.Rtc.Signaling.ContentDescription
The offer.
See Also
Reference
OfferInReInviteEventArgs Class