1
0
Fork 0
mirror of https://github.com/Luzifer/browserphone.git synced 2024-11-08 13:50:05 +00:00
Implementation of Twilio browser phone based on the TwilioDevEd/client-quickstart-js
Find a file
2019-05-30 13:44:50 +02:00
dist initial version 2019-05-30 13:30:31 +02:00
src Use enter key to toggle call 2019-05-30 13:37:39 +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 initial version 2019-05-30 13:30:31 +02:00
Dockerfile initial version 2019-05-30 13:30:31 +02:00
LICENSE Add META 2019-05-30 13:44:50 +02:00
package-lock.json initial version 2019-05-30 13:30:31 +02:00
package.json initial version 2019-05-30 13:30:31 +02:00
README.md Add META 2019-05-30 13:44:50 +02:00
webpack.config.js initial version 2019-05-30 13:30:31 +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