android - Import sip client module to appcelerator error -


I am trying to implement the SIP client call for the accelerator project. After a few hours of googling, I decided to use

So I imported the module for my project but now I am facing a big problem.

  var sipclient = require ("com.yydigital.sipclient)   

"); Var sip = sipclient.createSipclient ({// events onregistering: function () {// callback}, transparency fail: function () {// callback}, onregistrationdone: function () {// callback}, oncallestablished: function () {// callback}, on-cloned: function () {// callback}, oneningscall: function (e) {// callback}, online backing: function () {// callback}, online: function () {// Callback}, panic: function (e) {// callback}});

What could be the cause of the error and how can I fix it?

By seeing your error, "Create Profile Line Not Found." ... It seems that the module proxy address Not able to apply. Try to rebuild the module and use it, it will definitely solve your problem because I was facing the same error several times and I did this to solve this issue. Tell me that if he works then we will see in other ways.


Comments

Popular posts from this blog

HTML/CSS - Automatically set height width from background image? -

php - Mysql Show Process - Sleep Commands and what to do -

c - What is the address of buf (the local variable in the main function)? -