csdialler
v2.0.13
Published
Private dialer for cleverstack home application using sip server
Downloads
214
Readme
csdialler
Private dialer for cleverstack home application using sip server
Install
npm install --save csdialler
Usage
import React, { Component } from 'react'
import { CSDialer } from "csdialler";
const Example = () => {
return (
<CSDialer apiKey="Your-API-Key" user_id="Your-user-id" />
)
}
export default Example
Upcoming
Custom props for positioning the dialler
Additional styling support
Edge case handling
License
MIT © NishantChaware