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
dependabot[bot] 09a141272b
Bump scss-tokenizer and node-sass
Bumps [scss-tokenizer](https://github.com/sasstools/scss-tokenizer) to 0.4.3 and updates ancestor dependency [node-sass](https://github.com/sass/node-sass). These dependencies need to be updated together.


Updates `scss-tokenizer` from 0.3.0 to 0.4.3
- [Release notes](https://github.com/sasstools/scss-tokenizer/releases)
- [Commits](https://github.com/sasstools/scss-tokenizer/compare/v0.3.0...v0.4.3)

Updates `node-sass` from 7.0.1 to 7.0.3
- [Release notes](https://github.com/sass/node-sass/releases)
- [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sass/node-sass/compare/v7.0.1...v7.0.3)

---
updated-dependencies:
- dependency-name: scss-tokenizer
  dependency-type: indirect
- dependency-name: node-sass
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-10 22:17:40 +00:00
dist Add auth to capability token URL 2022-12-10 20:03:58 +01:00
src Add call duration, keep notifications 2022-12-10 23:16:58 +01:00
.dockerignore initial version 2019-05-30 13:30:31 +02:00
.eslintrc.js Add call duration, keep notifications 2022-12-10 23:16:58 +01:00
.gitignore Update dependencies and build system 2022-08-24 00:30:59 +02:00
docker-entrypoint.sh Add manifest 2019-06-10 23:51:29 +02:00
Dockerfile Update dependencies and build system 2022-08-24 00:30:59 +02:00
LICENSE Add META 2019-05-30 13:44:50 +02:00
Makefile Add call duration, keep notifications 2022-12-10 23:16:58 +01:00
package-lock.json Bump scss-tokenizer and node-sass 2022-12-10 22:17:40 +00:00
package.json Bump scss-tokenizer and node-sass 2022-12-10 22:17:40 +00: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 Update dependencies and build system 2022-08-24 00:30: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