Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
Public Property IsPrimarySession As Boolean
Get
Friend Set
'Usage
Dim instance As OfferAnswerContext
Dim value As Boolean
value = instance.IsPrimarySession
public bool IsPrimarySession { get; internal set; }
Property Value
Type: System.Boolean
Remarks
During escalation, SDP negotiation will occur on the secondary session. This flag will be set to false in that case.