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
{{ message }}
This repository was archived by the owner on Nov 13, 2022. It is now read-only.
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 ?