phonic 0.18.5 → 0.18.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -114,7 +114,7 @@ const { data, error } = await phonic.sts.outboundCall("+19189396241", {
|
|
|
114
114
|
|
|
115
115
|
### STS outbound call using own Twilio account
|
|
116
116
|
|
|
117
|
-
In Twilio, create a restricted API key with the following
|
|
117
|
+
In Twilio, create a restricted API key with the following permissions: `voice -> calls -> read` and `voice -> calls -> create`.
|
|
118
118
|
|
|
119
119
|
```ts
|
|
120
120
|
const { data, error } = await phonic.sts.twilio.outboundCall(
|
package/dist/index.js
CHANGED
package/dist/index.mjs
CHANGED