callthemonline / react-sip

React wrapper for jssip
https://www.npmjs.com/package/react-sip
MIT License
50 stars 46 forks source link

callType & sipType import error #40

Open Rynkobes opened 2 years ago

Rynkobes commented 2 years ago

import { callType, sipType } from 'react-sip'

the above line gives an error in typescript. (Module '"react-sip"' has no exported member 'sipType') need help to fix this. A typescript implemented example would be much appreciated.

secondly, how do i access the status prop in typescript ?