RealTimeEndpoint.IsSessionTimerSupported Property
Gets or sets the default policy used for the session timer. This value is inherited by incoming/outgoing sessions unless an incoming session requires it. The application can override the policy per session.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property IsSessionTimerSupported As Boolean
Get
Set
'Usage
Dim instance As RealTimeEndpoint
Dim value As Boolean
value = instance.IsSessionTimerSupported
instance.IsSessionTimerSupported = value
public bool IsSessionTimerSupported { get; set; }
Property Value
Type: System.Boolean