Compartir a través de


SignalingSession.MinimumSessionExpiresInterval Property

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

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

Syntax

'Declaration
Public Property MinimumSessionExpiresInterval As Integer
    Get
    Friend Set
'Usage
Dim instance As SignalingSession
Dim value As Integer

value = instance.MinimumSessionExpiresInterval
public int MinimumSessionExpiresInterval { get; internal set; }

Property Value

Type: System.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.

See Also

Reference

SignalingSession Class

SignalingSession Members

Microsoft.Rtc.Signaling Namespace