Gets or sets the offer answer negotiation callback interface implemented by the caller.

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
Property 
OfferAnswerNegotiation 
As 

IOfferAnswer
C#
public 

IOfferAnswer 
OfferAnswerNegotiation { 
get; 
set; }
Visual C++
public:
property 

IOfferAnswer^ 
OfferAnswerNegotiation {
	

IOfferAnswer^ 
get ();
	
void 
set (

IOfferAnswer^ 
value);
}
JavaScript
function get_
offerAnswerNegotiation();
function set_
offerAnswerNegotiation(
value);

Field Value

The value of the property.

See Also