RealTimeEndpoint.DesiredSessionTimerInterval Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.