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
API signatures in index.d.ts and the one supported by latest CallKeep version are not in sync.
Ex: setCurrentCallActive takes call UUID as argument in latest version. But in index.d.ts, setCurrentCallActive is declared with no arguments. If typescript check is enabled on the javascript. then error is shown in IDE with prompt to invoke method without any arguments.
There is no updateDisplay API available in index.d.ts..
The text was updated successfully, but these errors were encountered:
API signatures in index.d.ts and the one supported by latest CallKeep version are not in sync.
Ex: setCurrentCallActive takes call UUID as argument in latest version. But in index.d.ts, setCurrentCallActive is declared with no arguments. If typescript check is enabled on the javascript. then error is shown in IDE with prompt to invoke method without any arguments.
There is no updateDisplay API available in index.d.ts..
The text was updated successfully, but these errors were encountered: