symeonmattes / pjsip

Cordova plugin for the PJSIP library version 2.5.5.
Apache License 2.0
9 stars 7 forks source link

PJSIP_EINVALIDSCHEME #9

Closed RendaniN closed 4 years ago

RendaniN commented 4 years ago

Good Day,

I need some assistance with the plugin have a look at the error below, i think i'm creating the sip url the wrong way can you point me in the right direction.

My Project is Cordova, and the platform is Android

Error: E/PJSIP: Logs:java.lang.Exception: Title: pjsua_acc_modify(id, &pj_acc_cfg) Code: 171040 Description: Invalid URI scheme (PJSIP_EINVALIDSCHEME) Location: ../src/pjsua2/account.cpp:690

Line responsible:

cordova.plugins.PJSIP.connect(localStorage.getItem("src"),'F408B7EBBF','63.34.237.230:8089','63.34.237.230:8089',regCallSuccess,regCallError);