You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
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 ?