Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 OfferInInviteResponseEventArgs
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
OfferInInviteResponseEventArgs Class