mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 14:18:25 +00:00
Update linphone module and add in_call_timeout functions to settings
This commit is contained in:
parent
78a40c45a7
commit
635e159e6f
2 changed files with 3 additions and 3 deletions
|
|
@ -216,7 +216,7 @@ extern void linphone_iphone_log_handler(int lev, const char *fmt, va_list args);
|
|||
[self setBool:linphone_core_get_use_rfc2833_for_dtmf(lc) forKey:@"rfc_dtmf_preference"];
|
||||
|
||||
[self setInteger:linphone_core_get_inc_timeout(lc) forKey:@"incoming_call_timeout_preference"];
|
||||
//[self setInteger:linphone_core_get_inc_timeout(lc) forKey:@"in_call_timeout_preference"];
|
||||
[self setInteger:linphone_core_get_inc_timeout(lc) forKey:@"in_call_timeout_preference"];
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -429,7 +429,7 @@ extern void linphone_iphone_log_handler(int lev, const char *fmt, va_list args);
|
|||
linphone_core_set_use_info_for_dtmf(lc, [self boolForKey:@"sipinfo_dtmf_preference"]);
|
||||
linphone_core_set_use_rfc2833_for_dtmf(lc, [self boolForKey:@"rfc_dtmf_preference"]);
|
||||
linphone_core_set_inc_timeout(lc, [self integerForKey:@"incoming_call_timeout_preference"]);
|
||||
//linphone_core_set_inc_timeout(lc, [self integerForKey:@"in_call_timeout_preference"]);
|
||||
linphone_core_set_in_call_timeout(lc, [self integerForKey:@"in_call_timeout_preference"]);
|
||||
|
||||
bool enableVideo = [self boolForKey:@"enable_video_preference"];
|
||||
linphone_core_enable_video(lc, enableVideo, enableVideo);
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit e829fa6e222f37de9c26e4e82f0227078f4b6629
|
||||
Subproject commit cc07a4336f1dd227d5d1d847e51c20f99e20b654
|
||||
Loading…
Add table
Reference in a new issue