]> sjero.net Git - linphone/commit
Add the linphone_core_new_with_config() function to instantiate a LinphoneCore given...
authorGhislain MARY <ghislain.mary@belledonne-communications.com>
Thu, 11 Apr 2013 13:39:25 +0000 (15:39 +0200)
committerGhislain MARY <ghislain.mary@belledonne-communications.com>
Thu, 11 Apr 2013 13:41:43 +0000 (15:41 +0200)
commit8563691595111d6c26be1346f0290af971986aed
treee81af0e01884e2925c915fb9c66cea4a25ea4fbf
parent0dadf758c3bcd5ca26011cc2eee63a9abaa3e7fc
Add the linphone_core_new_with_config() function to instantiate a LinphoneCore given an already existing LpConfig.

This enables the creation of the LpConfig before creating the LinphoneCore.
It is useful on some systems to read some configuration parameters and perform some customization before creating the LinphoneCore.

The LpConfig can now also be created given a factory config filename using the new lp_config_new_with_factory() function.
coreapi/linphonecore.c
coreapi/linphonecore.h
coreapi/lpconfig.c
coreapi/lpconfig.h