Skip to content

Commit 26744c9

Browse files
Fix client vs voice references (#223)
1 parent 2137d92 commit 26744c9

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

COMMON_ISSUES.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Having an issue with twilio.js? Review this list of common issues to determine
55
or not your issue is known or a workaround is available. Please also take a look at the
66
[CHANGELOG.md](CHANGELOG.md) to see if your issue is known for a particular
77
release. If your issue hasn't been reported, consider submitting
8-
[a new issue](https://github.com/twilio/twilio-client.js/issues/new).
8+
[a new issue](https://github.com/twilio/twilio-voice.js/issues/new).
99

1010
Working around the browsers' autoplay policy
1111
--------------------------------------------
@@ -53,12 +53,12 @@ Aggressive Browser Extensions and Plugins
5353
-----------------------------------------
5454

5555
Some browser extensions and plugins will disable WebRTC APIs, causing
56-
twilio-client.js to fail. Examples of such plugins include
56+
twilio-voice.js to fail. Examples of such plugins include
5757

5858
* uBlockOrigin-Extra
5959
* WebRTC Leak Prevent
6060
* Easy WebRTC Block
6161

62-
These are unsupported and likely to break twilio-client.js. If you are having
63-
trouble with twilio-client.js, ensure these are not running.
62+
These are unsupported and likely to break twilio-voice.js. If you are having
63+
trouble with twilio-voice.js, ensure these are not running.
6464

tests/framework/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Framework Tests
22

3-
Framework Tests ensure twilio-client.js works with popular JavaScript frameworks,
3+
Framework Tests ensure twilio-voice.js works with popular JavaScript frameworks,
44
such as
55

66
* No Framework (Script tag)
77
* React
88

99
With each of these frameworks, there are a variety of ways to use them,
10-
complicating the task of ensuring twilio-client.js actually works with them. We
10+
complicating the task of ensuring twilio-voice.js actually works with them. We
1111
focus on the most common use cases—for example, React apps created with
1212
`create-react-app` or Angular apps created from the Quickstart seed.
1313

@@ -22,7 +22,7 @@ The Test Application
2222

2323
## Consuming Framework Tests
2424

25-
The twilio-client.js build process will
25+
The twilio-voice.js build process will
2626

2727
1. Reinstall each Framework Test from scratch,
2828
2. Run any project-specific tests, and finally

tests/framework/no-framework/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
twilio-client-no-framework
22
=========================
33

4-
This is the Test Application for ensuring that twilio-client.js works without any
4+
This is the Test Application for ensuring that twilio-voice.js works without any
55
Test Framework.
66

77
Usage

tests/framework/react/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
twiliojs-react
22
==================
33

4-
This is the Test Application for ensuring that twilio-client.js works with React.
4+
This is the Test Application for ensuring that twilio-voice.js works with React.
55
The project was created with `create-react-app`, and then further reduced to the
66
bare essentials.
77

0 commit comments

Comments
 (0)