TODO: This project aims to provide a box on-the-shelf, dedicated to place phone calls, by using SIP, mayering on WebRTC technologies
Maintained by Hugo Machefer.
-
Import Web Components' polyfill:
<script src="../lib/polymer.js"></script> <script src="../lib/Platform.js"></script>
-
Import Custom Element:
<link rel="import" href="src/x-phono.html">
-
Start using it!
<x-phono></x-phono>
Attribute | Options | Default | Description |
---|---|---|---|
sipnumber |
int | 0 |
SIP value to communicate to Phono library (Jquery plugin) |
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
- v0.0.1 Jan 1, 2014
- Started project using polymer