1
0
mirror of https://github.com/Luzifer/browserphone.git synced 2024-09-18 22:52:57 +00:00
Implementation of Twilio browser phone based on the TwilioDevEd/client-quickstart-js
Go to file
Knut Ahlers fac06dd96e
npm audit fix
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2019-12-28 21:34:49 +01:00
dist Add manifest 2019-06-10 23:51:29 +02:00
src Fix: For DTMF the numbers must be strings 2019-07-13 16:12:33 +02:00
.dockerignore initial version 2019-05-30 13:30:31 +02:00
.gitignore initial version 2019-05-30 13:30:31 +02:00
docker-entrypoint.sh Add manifest 2019-06-10 23:51:29 +02:00
Dockerfile Add manifest 2019-06-10 23:51:29 +02:00
LICENSE Add META 2019-05-30 13:44:50 +02:00
package-lock.json npm audit fix 2019-12-28 21:34:49 +01:00
package.json Update node-sass for Node v13 support 2019-10-31 16:40:58 +01:00
README.md Add Screenshot to README 2019-05-30 13:48:28 +02:00
screenshot.png Add Screenshot to README 2019-05-30 13:48:28 +02:00
webpack.config.js Add experimental wake-lock support 2019-06-10 22:41:59 +02:00

Luzifer / browserphone

Implementation of Twilio browser phone based on the TwilioDevEd/client-quickstart-js.

Setup

Follow the instructions in the README of the client-quickstart-js project and remember the capability-token URL:

# docker run --rm -ti -p 3000:3000 -e CAP_TOKEN_URL=https://<YOUR URL>.twil.io/capability-token luzifer/browserphone