Skip to content

Releases: opentok/OpenTok-Ruby-SDK

v4.9.0

22 Apr 15:10
4b5d7f4
Compare
Choose a tag to compare
  • Adds the publisheronly role for client token creation. See #272

v4.8.1

03 Jan 16:21
6632bb6
Compare
Choose a tag to compare
  • Fixes a bug with the Archives#create method. #269 and #270

v4.8.0

06 Sep 11:27
23c6380
Compare
Choose a tag to compare
  • Add Captions API functionality to the SDK. #267

v4.7.1

17 Aug 12:50
c39bdbc
Compare
Choose a tag to compare
  • Updates docs comments to list details for new Broadcast and SIP features. #266

v4.7.0

20 Jun 14:31
bad4a19
Compare
Choose a tag to compare
  • Adds support for the End-to-end encryption (E2EE) feature #259
  • Implements Auto-archive improvements #262
  • Updates the README to explain appending a custom value to the UserAgent header #263

v4.6.0

09 Mar 12:58
bd5a5b2
Compare
Choose a tag to compare
  • Adds functionality for working with the Audio Connector feature #247

v4.5.1

28 Oct 13:44
0483695
Compare
Choose a tag to compare
  • Fixes issue with uninitialized constant by adding missing require statement #256
  • Fixes RubyGems info by adding repo link to gemspec #255

Thanks to @sailor for the contributions! 🙌

v4.5.0

20 Oct 10:51
47009ca
Compare
Choose a tag to compare
  • Adds support for multiple archives and records feature #248
  • Adds Experience Composer functionality #249
  • Updates code comments to make explicit support for 1080p resolution for Archive and Broadcast #246
  • Updates various other documentation/code comments #250

v4.4.0

09 May 14:00
5609262
Compare
Choose a tag to compare
  • Implements DVR Pause/Resume and HLS Low-Latency options for Broadcasts #243

v4.3.0

01 Feb 14:47
ed1908e
Compare
Choose a tag to compare
  • Fixes an issue with activesupport #238
  • Adds Force Mute feature #233 and #237
  • Adds Listing Live Streaming Broadcasts feature #236. Thanks @ihors-livestorm!
  • Adds Selective Stream feature #235
  • Adds Dial DTMF feature #234
  • Adds Observe Force Mute flag to Sip#dial method #232
  • Updates dependency version (rake) #231
  • Adds Video Outbound flag to Sip#dial method #227