mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 14:18:25 +00:00
Added stubs for new tunnel methods
This commit is contained in:
parent
289917ab62
commit
555612d87e
1 changed files with 8 additions and 0 deletions
|
|
@ -65,6 +65,14 @@ LinphoneTunnelMode linphone_tunnel_get_mode(const LinphoneTunnel *tunnel){
|
|||
return LinphoneTunnelModeDisable;
|
||||
}
|
||||
|
||||
void linphone_tunnel_set_dual_mode(LinphoneTunnel *tunnel, bool_t dual_mode_enabled) {
|
||||
ms_warning("linphone_tunnel_set_dual_mode() - stubbed, no implementation");
|
||||
}
|
||||
|
||||
bool_t linphone_tunnel_get_dual_mode(const LinphoneTunnel *tunnel) {
|
||||
ms_warning("linphone_tunnel_get_dual_mode() - stubbed, no implementation");
|
||||
}
|
||||
|
||||
bool_t linphone_tunnel_connected(const LinphoneTunnel *tunnel){
|
||||
return FALSE;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue