Edit

Share via


OfferAnswerContext.IsPrimarySession Property

Definition

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

public:
 property bool IsPrimarySession { bool get(); };
public bool IsPrimarySession { get; }
member this.IsPrimarySession : bool
Public ReadOnly Property IsPrimarySession As Boolean

Property Value

Remarks

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

Applies to