SignalingSession.MinimumSessionExpiresInterval Property

Definition

Gets the minimum session expires interval value (in seconds) currently used by this session.

public:
 property int MinimumSessionExpiresInterval { int get(); };
public int MinimumSessionExpiresInterval { get; }
member this.MinimumSessionExpiresInterval : int
Public ReadOnly Property MinimumSessionExpiresInterval As Integer

Property Value

Int32

Remarks

This setting is inherited from the endpoint when the session is created and cannot be changed. When the session is established, it will reflect the negotiated value for the session.

The session timer needs to be enabled for this setting to take effect.

Applies to