mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
use getLc
This commit is contained in:
parent
f5bac47add
commit
cd61f24054
1 changed files with 1 additions and 1 deletions
|
|
@ -1223,7 +1223,7 @@ static void linphone_iphone_is_composing_received(LinphoneCore *lc, LinphoneChat
|
|||
/** Should be called once per linphone_core_new() */
|
||||
- (void)finishCoreConfiguration {
|
||||
//Force keep alive to workaround push notif on chat message
|
||||
linphone_core_enable_keep_alive(theLinphoneCore, true);
|
||||
linphone_core_enable_keep_alive([LinphoneManager getLc], true);
|
||||
|
||||
// get default config from bundle
|
||||
NSString *zrtpSecretsFileName = [LinphoneManager dataFile:@"zrtp_secrets"];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue