Updated linphone + use new Core constructor
This commit is contained in:
parent
c8bb4e98b9
commit
c7eee910f9
2 changed files with 2 additions and 2 deletions
|
@ -837,7 +837,7 @@ public class LinphoneManager implements CoreListener, ChatMessageListener, Senso
|
|||
try {
|
||||
copyAssetsFromPackage();
|
||||
//traces alway start with traces enable to not missed first initialization
|
||||
mLc = Factory.instance().createCore(this, mConfigFile, mLinphoneFactoryConfigFile);
|
||||
mLc = Factory.instance().createCore(this, mConfigFile, mLinphoneFactoryConfigFile, c);
|
||||
TimerTask lTask = new TimerTask() {
|
||||
@Override
|
||||
public void run() {
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit c0a2fcd05dd46f1202cee980127dd96db82f1855
|
||||
Subproject commit d5e59ae6eef31be6600fa4ce875bfcea70f1d85e
|
Loading…
Reference in a new issue