Skip to content

Releases: opentok/Opentok-.NET-SDK

Hotfix For SIP Dial

17 Feb 13:20
Compare
Choose a tag to compare
  • Fixing issues with SIP Dial
  • Changing Content-type to Content-Type for consistency and conformity

v3.7.0

28 Jan 10:12
Compare
Choose a tag to compare
  • Play DTMF
  • Force mute
  • SIP platform connects to OpenTok Session
  • Documentation Update

v3.6.0

22 Feb 18:47
Compare
Choose a tag to compare
  • adds screenShareLayout to archive and broadcast layout create/set methods
  • adds SetArchiveLayout method to allow you to dynamically update the Archive Layout.

v3.5.0

14 Dec 21:01
d7760b3
Compare
Choose a tag to compare
  • Various bug fixes
  • Added ability to request archives by session ID
  • Added fully summary docs to SDK

Special Thanks to @dlemstra and @onpoc!

v3.4.0

17 Aug 17:59
06211aa
Compare
Choose a tag to compare

Adding Archive Layout Feature to the SDK. It can be used by passing an instance of the ArchiveLayout class to StartArchive method.

v3.3.0

29 Jun 20:08
74445c4
Compare
Choose a tag to compare

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);

v3.2.0

11 Jun 14:45
94369bd
Compare
Choose a tag to compare

Splits dependencies to allow those on .NET Frameworks 4.6.1 and above to use the latest JWT library

Release v3.1.0

26 Oct 21:12
Compare
Choose a tag to compare
  • Adds resolution support for StartArchive
  • Adds support for initialLayoutClassList when generating a token
  • Adds ForceDisconnect API
  • Adds Signaling API
  • Adds GetStream & ListStreams API
  • Adds Broadcast APIs & sample application (Thanks @ggoldens!!)
  • Fixes DeleteArchive API

v3.0.0

31 Jul 21:46
Compare
Choose a tag to compare

Set requirement to .NET Framework 4.5.2 or greater.

Release v2.4.7

15 Jan 02:53
Compare
Choose a tag to compare

#95 - Password field added to Archive model (Fixes #94) Thanks for reporting and fixing this @kayhuba!