Share via


RealTimeEndpoint.MinimumSessionTimerInterval Property

Gets or sets the minimum session interval. Any session-expires interval less than this value in messages will not be accepted.

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Property MinimumSessionTimerInterval As Integer
    Get
    Set
'Usage
Dim instance As RealTimeEndpoint
Dim value As Integer

value = instance.MinimumSessionTimerInterval

instance.MinimumSessionTimerInterval = value
public int MinimumSessionTimerInterval { get; set; }

Property Value

Type: System.Int32

Exceptions

Exception Condition
ArgumentOutOfRangeException

Thrown when setting a value out of the expected range.

Remarks

The number of seconds that is the minimum allowed value for the session expiration. The allowed values are between 90 and the DesiredSessionTimerInterval. The session timer needs to be enabled for this setting to take effect.

See Also

Reference

RealTimeEndpoint Class

RealTimeEndpoint Members

Microsoft.Rtc.Signaling Namespace