1
0
mirror of https://github.com/Luzifer/browserphone.git synced 2024-09-19 15:13:00 +00:00
browserphone/README.md

14 lines
524 B
Markdown
Raw Permalink Normal View History

2019-05-30 11:44:50 +00:00
# Luzifer / browserphone
Implementation of Twilio browser phone based on the [TwilioDevEd/client-quickstart-js](https://github.com/twiliodeved/client-quickstart-js).
![](screenshot.png)
2019-05-30 11:44:50 +00:00
## Setup
Follow the [instructions in the README](https://github.com/TwilioDevEd/client-quickstart-js/blob/master/README.md) of the client-quickstart-js project and remember the `capability-token` URL:
```console
# docker run --rm -ti -p 3000:3000 -e CAP_TOKEN_URL=https://<YOUR URL>.twil.io/capability-token luzifer/browserphone
```