OfferInInviteResponseEventArgs.Offer Property
Gets the media description offer from the remote participant.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
'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; }
Type: Microsoft.Rtc.Signaling.ContentDescription
The offer.
OfferInInviteResponseEventArgs Class