revert a change made to workaround a w10 bug (hang), that was finally solved (mswasapi).

This workaround was breaking some tests by changing the duration of calls.
This commit is contained in:
Simon Morlat 2017-09-25 11:56:01 +02:00
parent bca851d0b5
commit e99fdee766

View file

@ -427,9 +427,6 @@ bool_t call_with_params2(LinphoneCoreManager* caller_mgr
BC_ASSERT_FALSE(wait_for_until(callee_mgr->lc,caller_mgr->lc,&caller_mgr->stat.number_of_LinphoneCallStreamsRunning,initial_caller.number_of_LinphoneCallStreamsRunning+2,2000));
BC_ASSERT_FALSE(wait_for_until(callee_mgr->lc,caller_mgr->lc,&callee_mgr->stat.number_of_LinphoneCallStreamsRunning,initial_callee.number_of_LinphoneCallStreamsRunning+2,2000));
}else{
/*wait a bit for streams to start flowing*/
wait_for_until(callee_mgr->lc,caller_mgr->lc, NULL, 0, 500);
}
if (linphone_core_get_media_encryption(caller_mgr->lc) == LinphoneMediaEncryptionDTLS ) {
if (linphone_core_get_current_call(caller_mgr->lc)->audiostream)