Releases: opentok/OpenTok-Ruby-SDK
Releases · opentok/OpenTok-Ruby-SDK
v4.9.0
- Adds the
publisheronly
role for client token creation. See #272
v4.8.1
- Fixes a bug with the
Archives#create
method. #269 and #270
v4.8.0
- Add Captions API functionality to the SDK. #267
v4.7.1
- Updates docs comments to list details for new Broadcast and SIP features. #266
v4.7.0
- 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
- Adds functionality for working with the Audio Connector feature #247
v4.5.1
- 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
- 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
- Implements DVR Pause/Resume and HLS Low-Latency options for Broadcasts #243
v4.3.0
- 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