Upgrade Guide
Introduction
The Invox Dictation SDK JavaScript library is a powerful tool for developers to integrate various medical functionalities into their web applications. To keep up with the latest features and bug fixes, it is important to upgrade to the latest version of the library.
This guide provides step-by-step instructions on how to upgrade your current version of the Invox Dictation SDK JavaScript library by downloading and replacing the invox.min.js file in your web pages.
Steps
Step 1: Back up your current library.
Before replacing invox.min.js with the new library, back up your old library. Copy the invox.min.js file to a separate location so you can revert to the previous version if necessary.
Step 2: Download the new library.
Download the latest Invox Dictation SDK package from the Download section. Download the ZIP file for the latest library version.
Step 3: Replace the old library.
Replace the old invox.min.js file in your deployment directory with the new one from the /libs folder of the downloaded package.
Step 4: Update your web pages.
After replacing the file, update the reference in all web pages that load the library:
<!-- Old reference -->
<script src="path/to/old/invox.min.js"></script>
<!-- New reference -->
<script src="path/to/new/invox.min.js"></script>
Step 5: Test your application.
After replacing the library in your web pages, thoroughly test your application to ensure that it still works correctly. If you encounter any issues, refer to the JavaScript API documentation.