From 5281d3321bfb86bff7436f9325d03a4988e0cbdd Mon Sep 17 00:00:00 2001 From: superchilled Date: Fri, 12 Jan 2024 14:51:10 +0000 Subject: [PATCH] Updating README to signpost Unified Video --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index d85706e..3d4c538 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,16 @@ The OpenTok Ruby SDK provides methods for: * Working with OpenTok [Experience Composers](https://tokbox.com/developer/guides/experience-composer) * Working with OpenTok [Audio Connector](https://tokbox.com/developer/guides/audio-connector) +## Note! + +This library is designed to work with the Tokbox/OpenTok platform, part of the Vonage Video API. If you are looking to use the Vonage Video API and using the Vonage Customer Dashboard, you will want to install the [Vonage Server SDK for Ruby](https://github.com/Vonage/vonage-ruby-sdk), which includes support for the Vonage Video API. + +Not sure which exact platform you are using? Take a look at [this guide](https://api.support.vonage.com/hc/en-us/articles/10817774782492). + +If you are using the Tokbox platform, do not worry! The Tokbox platform is not going away, and this library will continue to be updated. While we encourage customers to check out the new Unified platform, there is no rush to switch. Both platforms run the exact same infrastructure and capabilities, with the main difference is a unified billing interface and easier access to [Vonage’s other CPaaS APIs](https://www.vonage.com/communications-apis/). + +If you are new to the Vonage Video API, head on over to the [Vonage Customer Dashboard](https://dashboard.vonage.com) to sign up for a developer account and check out the [Vonage Server SDK for Ruby](https://github.com/Vonage/vonage-ruby-sdk). + ## Installation ### Bundler (recommended):