diff --git a/tester/call_video_tester.c b/tester/call_video_tester.c index c598beec9..a45387318 100644 --- a/tester/call_video_tester.c +++ b/tester/call_video_tester.c @@ -1540,7 +1540,11 @@ static void classic_video_entry_phone_setup(void) { if (ms_factory_get_encoder(linphone_core_get_ms_factory(callee_mgr->lc), "H264")->id == MS_VT_H264_ENC_ID){ MSVideoSize vsize = MS_VIDEO_SIZE_VGA; linphone_core_set_preferred_video_size(callee_mgr->lc, vsize); - linphone_core_set_preferred_video_size(callee_mgr->lc, vsize); + linphone_core_set_preferred_video_size(caller_mgr->lc, vsize); + linphone_core_set_download_bandwidth(callee_mgr->lc, 512); + linphone_core_set_download_bandwidth(caller_mgr->lc, 512); + linphone_core_set_upload_bandwidth(callee_mgr->lc, 512); + linphone_core_set_upload_bandwidth(caller_mgr->lc, 512); } }