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

Visual Basic (Declaration)
Public 
Property 
IsSessionTimerSupported 
As 
Boolean
C#
public 
bool 
IsSessionTimerSupported { 
get; 
set; }
Visual C++
public:
property 
bool 
IsSessionTimerSupported {
	
bool 
get ();
	
void 
set (
bool 
value);
}
JavaScript
function get_
isSessionTimerSupported();
function set_
isSessionTimerSupported(
value);

See Also