mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-18 03:28:07 +00:00
Save in_call_timeout setting
This commit is contained in:
parent
6249c08862
commit
ab4e399a69
1 changed files with 3 additions and 0 deletions
|
|
@ -4174,6 +4174,9 @@ int linphone_core_get_inc_timeout(LinphoneCore *lc){
|
|||
**/
|
||||
void linphone_core_set_in_call_timeout(LinphoneCore *lc, int seconds){
|
||||
lc->sip_conf.in_call_timeout=seconds;
|
||||
if( linphone_core_ready(lc)){
|
||||
lp_config_set_int(lc->config, "sip", "in_call_timeout", seconds);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue