Releases: opentok/OpenTok-Ruby-SDK
Releases · opentok/OpenTok-Ruby-SDK
Release v3.0.1
Upgraded dependency version (#155)
Release v3.0.0
Updating the version of httparty to 0.15. This is a breaking change because we require Ruby >= 2.0.0 now.
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: