Gets whether the signaling session associated with this OfferAnswerContext is a primary signaling session of the call.

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

Syntax

Visual Basic (Declaration)
Public 
Property 
IsPrimarySession 
As 
Boolean
C#
public 
bool 
IsPrimarySession { 
get; 
internal 
set; }
Visual C++
public:
property 
bool 
IsPrimarySession {
	
bool 
get ();
	
void 
set (
bool 
value);
}
JavaScript
function get_
isPrimarySession();
function set_
isPrimarySession(
value);

Remarks

During escalation, SDP negotiation will occur on the secondary session. This flag will be set to false in that case.

See Also