File tree 4 files changed +9
-9
lines changed
4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Having an issue with twilio.js? Review this list of common issues to determine
5
5
or not your issue is known or a workaround is available. Please also take a look at the
6
6
[ CHANGELOG.md] ( CHANGELOG.md ) to see if your issue is known for a particular
7
7
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 ) .
9
9
10
10
Working around the browsers' autoplay policy
11
11
--------------------------------------------
@@ -53,12 +53,12 @@ Aggressive Browser Extensions and Plugins
53
53
-----------------------------------------
54
54
55
55
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
57
57
58
58
* uBlockOrigin-Extra
59
59
* WebRTC Leak Prevent
60
60
* Easy WebRTC Block
61
61
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.
64
64
Original file line number Diff line number Diff line change 1
1
# Framework Tests
2
2
3
- Framework Tests ensure twilio-client .js works with popular JavaScript frameworks,
3
+ Framework Tests ensure twilio-voice .js works with popular JavaScript frameworks,
4
4
such as
5
5
6
6
* No Framework (Script tag)
7
7
* React
8
8
9
9
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
11
11
focus on the most common use cases—for example, React apps created with
12
12
` create-react-app ` or Angular apps created from the Quickstart seed.
13
13
@@ -22,7 +22,7 @@ The Test Application
22
22
23
23
## Consuming Framework Tests
24
24
25
- The twilio-client .js build process will
25
+ The twilio-voice .js build process will
26
26
27
27
1 . Reinstall each Framework Test from scratch,
28
28
2 . Run any project-specific tests, and finally
Original file line number Diff line number Diff line change 1
1
twilio-client-no-framework
2
2
=========================
3
3
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
5
5
Test Framework.
6
6
7
7
Usage
Original file line number Diff line number Diff line change 1
1
twiliojs-react
2
2
==================
3
3
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.
5
5
The project was created with ` create-react-app ` , and then further reduced to the
6
6
bare essentials.
7
7
You can’t perform that action at this time.
0 commit comments