mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-02 19:29:27 +00:00
Merge branch 'new_ui' of git://git.linphone.org/linphone-iphone into buschjaeger_new_ui
This commit is contained in:
commit
e622686b14
1 changed files with 4 additions and 0 deletions
|
|
@ -767,6 +767,10 @@ static LinphoneCoreVTable linphonec_vtable = {
|
|||
}
|
||||
|
||||
- (void)startLibLinphone {
|
||||
if (theLinphoneCore != nil) {
|
||||
[LinphoneLogger logc:LinphoneLoggerLog format:"linphonecore is already created"];
|
||||
return;
|
||||
}
|
||||
|
||||
//get default config from bundle
|
||||
NSString* factoryConfig = [LinphoneManager bundleFile:[LinphoneManager runningOnIpad]?@"linphonerc-factory~ipad":@"linphonerc-factory"];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue