Gets the flag indicating if the original offer was null or not. If the original offer was null, the application cannot send Acknowledgement using this event argument.

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

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
IsNullOriginalOffer 
As 
Boolean
C#
public 
bool 
IsNullOriginalOffer { 
get; }
Visual C++
public:
property 
bool 
IsNullOriginalOffer {
	
bool 
get ();
}
JavaScript
function get_
isNullOriginalOffer();

See Also