WebsiteBeaver / CordovaCall

Cordova CallKit & ConnectionService plugin for iOS/Android that displays the native call UI for VOIP apps
MIT License
196 stars 91 forks source link

Unfortunately system has stopped #101

Open nehalasim opened 4 years ago

nehalasim commented 4 years ago

document.addEventListener("deviceready", call, false); function call(){ cordova.plugins.CordovaCall.callNumber('233232323', '',''); }

showing error when I run the app (Unfortunately system has stopped)