Edit

Share via


RealTimeEndpoint.MaximumSessionConnectDuration Property

Definition

Gets or sets the maximum duration in minutes to wait for final response.

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

Property Value

Exceptions

Thrown when setting a value out of the expected range.

Remarks

The value must between 1 and 30 minutes, or 0 to turn off the feature.

Applies to