mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
submodules: fix plugins loading
This commit is contained in:
parent
e43f11e3dd
commit
3bbc1db73b
2 changed files with 4 additions and 1 deletions
|
|
@ -1426,6 +1426,8 @@ static BOOL libStarted = FALSE;
|
|||
|
||||
theLinphoneCore = linphone_core_new_with_config(&linphonec_vtable, _configDb, (__bridge void *)(self));
|
||||
LOGI(@"Create linphonecore %p", theLinphoneCore);
|
||||
if ([@"toto" containsString:@"o"])
|
||||
LOGE(@"lol");
|
||||
|
||||
// Load plugins if available in the linphone SDK - otherwise these calls will do nothing
|
||||
MSFactory *f = linphone_core_get_ms_factory(theLinphoneCore);
|
||||
|
|
@ -1435,6 +1437,7 @@ static BOOL libStarted = FALSE;
|
|||
libmsopenh264_init(f);
|
||||
libmsbcg729_init(f);
|
||||
libmswebrtc_init(f);
|
||||
linphone_core_reload_ms_plugins(theLinphoneCore, NULL);
|
||||
|
||||
// Set audio assets
|
||||
NSString *ring =
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 1db3b9a2978d64dc886c6c7db7b5ed21ee39bbe7
|
||||
Subproject commit 45207ae94fcd5c805be24528929cf4f6b7b1a526
|
||||
Loading…
Add table
Reference in a new issue