RealTimeEndpoint.DesiredSessionTimerInterval Property

Definition

Gets or sets the desired session timer interval of the application. This is used only for the initial Invite or Response.

public:
 property int DesiredSessionTimerInterval { int get(); void set(int value); };
public int DesiredSessionTimerInterval { get; set; }
member this.DesiredSessionTimerInterval : int with get, set
Public Property DesiredSessionTimerInterval As Integer

Property Value

Exceptions

Thrown when setting a value out of the expected range.

Remarks

The value must be greater than or equal to the MinimumSessionTimerInterval.

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

Applies to