Skip to content

Commit

Permalink
docs: add documentation on RequestTimeout configuration in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Tr00d committed Oct 13, 2023
1 parent 975e732 commit bba0442
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ Configuration.Instance.Settings["appSettings:Vonage.Video.Url.Rest"] = "https://
| Vonage.Url.Api.Europe | Optional. Vonage API base URL for Meetings. Defaults to https://api-eu.vonage.com |
| Vonage.Url.Api.Video | Optional. Vonage API base URL for Video. Defaults to https://video.api.vonage.com |
| Vonage.RequestsPerSecond | Optional. Throttle to specified requests per second. |
| Vonage.RequestTimeout | Optional. The timeout (in seconds) applied to every request. If not provided, the default timeout will be applied. |
| Vonage.UserAgent | Optional. Your app-specific usage identifier in the format of `name/version`. Example: `"myApp/1.0"` |

### Test configuration
Expand Down

0 comments on commit bba0442

Please sign in to comment.