react-sip icon indicating copy to clipboard operation
react-sip copied to clipboard

callType & sipType import error

Open Rynkobes opened this issue 2 years ago • 0 comments

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 ?

Rynkobes avatar Mar 11 '22 01:03 Rynkobes