I have integrated pjsip for Android and every thing is fine. But I am having only one problem that is echo.
Here is mycode in MyApp.java
/* Set media config. */
MediaConfig media_cfg =epConfig.getMedConfig();
media_cfg.setSndAutoCloseTime(0);
media_cfg.setEcOptions(2);
media_cfg.setEcTailLen(100);
Your help help will be appreciated.