Skip to content

v3.3.0

Compare
Choose a tag to compare
@slorello89 slorello89 released this 29 Jun 20:08
74445c4

Adding the ability to configure timeouts for all WebRequests sent by the SDK.

In order to configure the timeout, construct an OpenTok client and call the SetDefaultRequestTimeout on it passing in the number of milliseconds that you would like the timeout to be.

this.OpenTok = new OpenTok(apiKey, apiSecret);
this.OpenTok.SetDefaultRequestTimeout(2000);