Skip to content

Commit

Permalink
fix(video): Corrected video transition guide install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonmantank committed Jun 19, 2024
1 parent d65cef8 commit 68d3c3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/video/OPENTOK_TO_VONAGE_MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

## Installation

The package name has changed, and is now a companion to the core Vonage Node SDK. You will need to remove the old `opentok` package and install `@vonage/server-sdk@beta` and `@vonage/video`
The package name has changed, and is now a companion to the core Vonage Node SDK. You will need to remove the old `opentok` package and install `@vonage/server-sdk`

```console
$ npm uninstall opentok
$ npm install -s @vonage/server-sdk@beta @vonage/video
$ npm install -s @vonage/server-sdk
```

If you are not planning on using any of the additional Vonage APIs, or need to use a custom URL (for example, accessing dev or QA environments), you can also just install `@vonage/video` and configure it as a standalon client.
Expand Down

0 comments on commit 68d3c3b

Please sign in to comment.