tropo/PhonoSDK

phonegap URL is incorrect

Opened this issue · 0 comments

We've just spotted that you may need to add the following configuration item to the phono
creation call :
connectionUrl:"http://app.phono.com/http-bind",

eg:
phono = $.phono({
apiKey: "C17D167F-09C6-4E4C-A3DD-2025D48BA243",
connectionUrl:"http://app.phono.com/http-bind",
etc