HttpClientConfiguration Properties |
The HttpClientConfiguration type exposes the following members.
| Name | Description | |
|---|---|---|
| FastResponseTimeout |
How long to wait for a server response on every single network transaction.
Default is 30
| |
| LocalVideoResponseTimeout |
Local video response timeout (in seconds)
Wait LocalVideoResponseTimeout seconds for a local response to the incoming video request, then automatically deny the request.
Default is 30
| |
| ResponseTimeout |
How long to wait for a final server response on every outgoing call transaction (in seconds)
Default is 33
| |
| SelectCodecBasedOnCallerPreferences |
Controls whether the codec selection on the answerer side is done based on the codec preferences of
the calling UA or the answering UA.By default, a common codec is selected based on the preferences of the
calling UA.
Default is true
|