mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-23 22:28:07 +00:00
Fix dumb issue in tester (_call_with_network_switch)
This commit is contained in:
parent
1f8eb3317b
commit
24c62f63d7
1 changed files with 1 additions and 1 deletions
|
|
@ -5634,7 +5634,7 @@ static void _call_with_network_switch(bool_t use_ice, bool_t with_socket_refresh
|
|||
linphone_call_params_enable_realtime_text(pauline_params, TRUE);
|
||||
}
|
||||
|
||||
BC_ASSERT_TRUE((call_ok=call_with_params(marie, marie, pauline_params, NULL)));
|
||||
BC_ASSERT_TRUE((call_ok=call_with_params(pauline, marie, pauline_params, NULL)));
|
||||
if (!call_ok) goto end;
|
||||
|
||||
wait_for_until(marie->lc, pauline->lc, NULL, 0, 2000);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue