OfferInInviteResponseEventArgs.Offer Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the media description offer from the remote participant.
public: property Microsoft::Rtc::Signaling::ContentDescription ^ Offer { public:
Microsoft::Rtc::Signaling::ContentDescription ^ get(); protected:
void set(Microsoft::Rtc::Signaling::ContentDescription ^ value); };
public Microsoft.Rtc.Signaling.ContentDescription Offer { get; protected set; }
member this.Offer : Microsoft.Rtc.Signaling.ContentDescription with get, set
Public Property Offer As ContentDescription
Property Value
The offer.