SignalingSession.OfferAnswerNegotiation 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 or sets the offer answer negotiation callback interface implemented by the caller.
public:
property Microsoft::Rtc::Signaling::IOfferAnswer ^ OfferAnswerNegotiation { Microsoft::Rtc::Signaling::IOfferAnswer ^ get(); void set(Microsoft::Rtc::Signaling::IOfferAnswer ^ value); };
public Microsoft.Rtc.Signaling.IOfferAnswer OfferAnswerNegotiation { get; set; }
member this.OfferAnswerNegotiation : Microsoft.Rtc.Signaling.IOfferAnswer with get, set
Public Property OfferAnswerNegotiation As IOfferAnswer
Property Value
The value of the property.