Skip to content

Commit

Permalink
Link to OpenTok guide in package-info
Browse files Browse the repository at this point in the history
  • Loading branch information
SMadani committed Dec 21, 2023
1 parent 97d258b commit c011633
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,9 @@ If you would like to use the SDK in a multithreaded environment, create a separa

**A:** Currently no, but it is on the roadmap.

**Q: How do I migrate from OpenTok to Vonage?**
**Q: How do I migrate from TokBox to Vonage?**

**A:** See [this migration guide](src/main/java/com/vonage/client/video/OPENTOK_TO_VONAGE_MIGRATION.md).
**A:** See [the OpenTok migration guide](src/main/java/com/vonage/client/video/OPENTOK_TO_VONAGE_MIGRATION.md).

## Contribute!

Expand Down
1 change: 1 addition & 0 deletions src/main/java/com/vonage/client/video/package-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
* You can use {@link com.vonage.client.video.VideoClient} in a similar way to the {@code OpenTok} class in the
* OpenTok Java SDK, although some method and class names may differ slightly, as they have been rewritten to
* be consistent with the rest of this SDK.
* See <a href=OPENTOK_TO_VONAGE_MIGRATION.md>OPENTOK_TO_VONAGE_MIGRATION.md</a> for details.
* <br>
*
* Learn more about the Video API and how to use this SDK from the
Expand Down

0 comments on commit c011633

Please sign in to comment.