diff --git a/COMMON_ISSUES.md b/COMMON_ISSUES.md index e96a0e90..940c7c65 100644 --- a/COMMON_ISSUES.md +++ b/COMMON_ISSUES.md @@ -5,7 +5,7 @@ Having an issue with twilio.js? Review this list of common issues to determine or not your issue is known or a workaround is available. Please also take a look at the [CHANGELOG.md](CHANGELOG.md) to see if your issue is known for a particular release. If your issue hasn't been reported, consider submitting -[a new issue](https://github.com/twilio/twilio-client.js/issues/new). +[a new issue](https://github.com/twilio/twilio-voice.js/issues/new). Working around the browsers' autoplay policy -------------------------------------------- @@ -53,12 +53,12 @@ Aggressive Browser Extensions and Plugins ----------------------------------------- Some browser extensions and plugins will disable WebRTC APIs, causing -twilio-client.js to fail. Examples of such plugins include +twilio-voice.js to fail. Examples of such plugins include * uBlockOrigin-Extra * WebRTC Leak Prevent * Easy WebRTC Block -These are unsupported and likely to break twilio-client.js. If you are having -trouble with twilio-client.js, ensure these are not running. +These are unsupported and likely to break twilio-voice.js. If you are having +trouble with twilio-voice.js, ensure these are not running. diff --git a/tests/framework/README.md b/tests/framework/README.md index 51b6d65b..26bc6739 100644 --- a/tests/framework/README.md +++ b/tests/framework/README.md @@ -1,13 +1,13 @@ # Framework Tests -Framework Tests ensure twilio-client.js works with popular JavaScript frameworks, +Framework Tests ensure twilio-voice.js works with popular JavaScript frameworks, such as * No Framework (Script tag) * React With each of these frameworks, there are a variety of ways to use them, -complicating the task of ensuring twilio-client.js actually works with them. We +complicating the task of ensuring twilio-voice.js actually works with them. We focus on the most common use cases—for example, React apps created with `create-react-app` or Angular apps created from the Quickstart seed. @@ -22,7 +22,7 @@ The Test Application ## Consuming Framework Tests -The twilio-client.js build process will +The twilio-voice.js build process will 1. Reinstall each Framework Test from scratch, 2. Run any project-specific tests, and finally diff --git a/tests/framework/no-framework/README.md b/tests/framework/no-framework/README.md index adbb336f..8bb54dda 100644 --- a/tests/framework/no-framework/README.md +++ b/tests/framework/no-framework/README.md @@ -1,7 +1,7 @@ twilio-client-no-framework ========================= -This is the Test Application for ensuring that twilio-client.js works without any +This is the Test Application for ensuring that twilio-voice.js works without any Test Framework. Usage diff --git a/tests/framework/react/README.md b/tests/framework/react/README.md index 3951a6a8..da6a25c4 100644 --- a/tests/framework/react/README.md +++ b/tests/framework/react/README.md @@ -1,7 +1,7 @@ twiliojs-react ================== -This is the Test Application for ensuring that twilio-client.js works with React. +This is the Test Application for ensuring that twilio-voice.js works with React. The project was created with `create-react-app`, and then further reduced to the bare essentials.