mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 14:18:25 +00:00
Merge branch 'master' of belledonne-communications.com:linphone-private
This commit is contained in:
commit
f318833e76
2 changed files with 7 additions and 0 deletions
|
|
@ -3583,6 +3583,9 @@ void linphone_core_set_network_reachable(LinphoneCore* lc,bool_t isReachable) {
|
|||
set_network_reachable(lc,isReachable);
|
||||
}
|
||||
|
||||
bool_t linphone_core_is_network_reachabled(LinphoneCore* lc) {
|
||||
return lc->network_reachable;
|
||||
}
|
||||
ortp_socket_t linphone_core_get_sip_socket(LinphoneCore *lc){
|
||||
return sal_get_socket(lc->sal);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -754,6 +754,10 @@ void linphone_core_set_mtu(LinphoneCore *lc, int mtu);
|
|||
*
|
||||
*/
|
||||
void linphone_core_set_network_reachable(LinphoneCore* lc,bool_t value);
|
||||
/**
|
||||
* return network state either as positioned by the application or by linphone
|
||||
*/
|
||||
bool_t linphone_core_is_network_reachabled(LinphoneCore* lc);
|
||||
|
||||
|
||||
void *linphone_core_get_user_data(LinphoneCore *lc);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue