Skip to content

hmachefe/phono-webcomponent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

<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

About

This web component presents a PHONO box that helps any one place a phone call (just providing SIP number)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published