Releases: opentok/OpenTok-Ruby-SDK
Releases · opentok/OpenTok-Ruby-SDK
v4.2.0
- A new
screenshare_type
parameter has been added to the layout options for archives and broadcasts, and this release makes it available in the SDK: https://tokbox.com/developer/rest/
v4.1.2 Release
Fixes an issue with custom broadcast layout #218
v4.1.1
Release v4.1.0
Add a timeout_length
custom parameter that allows for the specification in seconds to wait before timing out for HTTP requests.
Release 4.0.1
- Addresses an issue with invocation of
Set
in rubies v2.5 - Updates cassettes for request header changes in HTTParty
Release 4.0.0
- Update gems (thanks @fidalgo)
- Adds Ruby 2.7 support
- Removes Ruby 2.0 support. (For Ruby v2.0.0 please continue to use the OpenTok Ruby SDK v3.0.0.)
- Add layout to archive create (thanks @mjthompsgb)
- Broadcast sample (thanks @IGitGotIt)
Release v3.1.0
Adds the following APIs (Thanks @JayTokBox & @normanargueta):
- Force Disconnect
- Signaling
- Resolution Support
- Archive Layouts
- Broadcasting APIs
- Get & List streams
Updates and improves documentation! (Thanks @jeffswartz )
Release v3.0.3
Fixes internal logging and useragent issue
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.