0.0.8 • Published 4 years ago

react-webphone v0.0.8

Weekly downloads
1
License
MIT
Repository
gitlab
Last release
4 years ago

React Wephone

A Pluggable React Wephone based on sip library

  • Built on top of our custom SIP.JS fork

Install

npm install --save react-webphone

Usage

import React, { Component } from 'react'

import WebPhone from 'react-webphone'
import 'react-webphone/dist/index.css'

class Example extends Component {
  render() {
    return <WebPhone />
  }
}

Development

While developing, you can run the example app in browser to test your changes:

yarn start
yarn watch

License

MIT © MangoVoice