Thursday 15 July 2010

android - Import sip client module to appcelerator error -



android - Import sip client module to appcelerator error -

i'm trying implement sip client phone call accelerator project. after few hours of googling, decided utilize tisipclient .

so imported module project. facing 1 big problem. maintain getting error createsipclient method not found.

here code:

var sipclient = require("com.yydigital.sipclient"); var sip = sipclient.createsipclient({ // events onregistering : function() { //callback }, onregisterationfailed : function() { //callback }, onregistrationdone : function() { //callback }, oncallestablished : function() { //callback }, oncallended : function() { //callback }, onincomingcall : function(e) { //callback }, onringingback : function() { //callback }, oncallbusy : function() { //callback }, onerror : function(e) { //callback } });

what cause of error , how prepare it?

by seeing error "createsipclient method not found."... seems module not able locate proxy. seek rebuild module , utilize it, solve problem since had faced many times same error , did same solve issue. allow me know if works else in other way.

android sip appcelerator

No comments:

Post a Comment