lanjinlin
lanjinlin
add mCore.start(); to LinphoneMiniManager ``` public LinphoneMiniManager(Context c) { mContext = c; Factory.instance().setDebugMode(true, "Linphone Mini"); //mPrefs = LinphonePreferences.instance(); try { String basePath = mContext.getFilesDir().getAbsolutePath(); copyAssetsFromPackage(basePath); mCore = Factory.instance().createCore(basePath + "/.linphonerc",...
add mCore.start(); to LinphoneMiniManager ``` public LinphoneMiniManager(Context c) { mContext = c; Factory.instance().setDebugMode(true, "Linphone Mini"); //mPrefs = LinphonePreferences.instance(); try { String basePath = mContext.getFilesDir().getAbsolutePath(); copyAssetsFromPackage(basePath); mCore = Factory.instance().createCore(basePath + "/.linphonerc",...