IsPrimarySession Property

Gets the value of flag to indicate if 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 the escalation, sdp negotiation would happen on secondary sessions, this flag would be set to false in that case.

See Also

Reference

OfferAnswerContext Class

OfferAnswerContext Members

Microsoft.Rtc.Collaboration.ComponentModel Namespace