mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-19 03:58:08 +00:00
don't fail because no i-frame is received when video isn't enabled
This commit is contained in:
parent
f72ac202cf
commit
ab7e606d38
1 changed files with 2 additions and 1 deletions
|
|
@ -1027,9 +1027,10 @@ static void srtp_ice_call(void) {
|
|||
|
||||
CU_ASSERT_TRUE(check_ice(pauline,marie,LinphoneIceStateHostConnection));
|
||||
check_rtcp(marie,pauline);
|
||||
#endif
|
||||
/*wait for ice to found the direct path*/
|
||||
CU_ASSERT_TRUE(wait_for(pauline->lc,marie->lc,&marie->stat.number_of_IframeDecoded,1));
|
||||
#endif
|
||||
|
||||
|
||||
/*just to sleep*/
|
||||
linphone_core_terminate_all_calls(marie->lc);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue