Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 1.24 KB

README.md

File metadata and controls

53 lines (34 loc) · 1.24 KB

<x-phono>

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.

Demo

Check it live.

Usage

  1. Import Web Components' polyfill:

    <script src="../lib/polymer.js"></script>
    <script src="../lib/Platform.js"></script>	
  2. Import Custom Element:

    <link rel="import" href="src/x-phono.html">
  3. Start using it!

    <x-phono></x-phono>

Options

Attribute Options Default Description
sipnumber int 0 SIP value to communicate to Phono library (Jquery plugin)

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -m 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

History

  • v0.0.1 Jan 1, 2014

License

MIT License