Gets the the reason for SDP offer/answer negotiation as a value in the SdpOfferAnswerReason enumeration.

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

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
Reason 
As 

SdpOfferAnswerReason
C#
public 

SdpOfferAnswerReason 
Reason { 
get; }
Visual C++
public:
property 

SdpOfferAnswerReason 
Reason {
	

SdpOfferAnswerReason 
get ();
}
JavaScript
function get_
reason();

See Also