onsip / onsip-cordova

Other
48 stars 29 forks source link

example code typo: "com.onsip.cordova.Sip.js" should be "com.onsip.cordova.Sipjs" #12

Closed InspectorConstructor closed 9 years ago

InspectorConstructor commented 9 years ago

In the readme and in the guide on http://sipjs.com/guides/mobile/cordova/ there is line of code that results in an exception: var SIP = cordova.require("com.onsip.cordova.Sip.js"); After some hacking, it appears that "com.onsip.cordova.Sip.js" is a typo and should be com.onsip.cordova.Sipjs If this is the case, it would be cool to see the readme and website edited to reflect this