Releases: opentok/OpenTok-Ruby-SDK
Releases · opentok/OpenTok-Ruby-SDK
Release v2.5.0
This updates includes the following change:
Thanks @herestomwiththeweather!
Release v2.4.1
This updates includes the following changes:
Release v2.4.0
This updates includes the following changes:
- Adds support for filtering archives by session ID
- Adds support for JWT
X-OPENTOK-AUTH
header, replacing the deprecatedX-TB-PARTNER-AUTH
header - Updates the REST API endpoint URL to use
/project/
replacing the deprecated/partner/
As well as:
Release v2.4.0.beta.1
This update includes support for the initial_layout_class_list
feature of tokens.
Release v2.3.4
This update addresses an issue with loading the opentok gem in certain Rails based projects. (see: #109, #113. thanks @LuckDragon82!)
Release v2.3.3
This release adds an internal option on the OpenTok initializer used to customize the User Agent string. (#108)
Release v2.3.2
Release v2.3.0
New archiving features:
- Automatically archived sessions -- See the
:archive_mode
option of theOpenTok#create_session()
method. - Audio-only or video-only archives -- See the
:has_audio
and:has_video
parameters of theOpenTok#archives.create()
method. - Individual archiving -- See the
:output_mode
parameter of theOpenTok#archives.create()
method. - Paused archives -- When no clients are publishing to a session being archived, its status changes to "paused". See
Archive#status
.
Other improvements:
Release v2.2.4
- Ruby 2.2.0 compatibility (thanks @superacidjax) #80
- Uses updated REST API for
archives.create
andarchives.stop_by_id
#49 #88 - Adds
rake console
task for gem authors #91
Release v2.2.3
This version fixes a bug related to users on Windows receiving an OpenTokAuthenticationError
exception because of a bug in an older version of the httparty
gem. See #60