IsSessionTimerSupported Property

Gets or sets the default policy used for the session timer.

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

Remarks

This flag is inherited by all signaling sessions (outgoing or incoming). The application can override the policy per session.

See Also

Reference

RealTimeEndpoint Class

RealTimeEndpoint Members

Microsoft.Rtc.Signaling Namespace