mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-04 12:29:27 +00:00
use mire for faster i-frame loss recovery
This commit is contained in:
parent
2f6278b8bc
commit
717ea1ee62
1 changed files with 2 additions and 0 deletions
|
|
@ -170,6 +170,8 @@ static void ice_turn_call_base(bool_t video_enabled, bool_t forced_relay, bool_t
|
|||
|
||||
if (video_enabled) {
|
||||
#ifdef VIDEO_ENABLED
|
||||
linphone_core_set_video_device(pauline->lc,liblinphone_tester_mire_id);
|
||||
linphone_core_set_video_device(marie->lc,liblinphone_tester_mire_id);
|
||||
video_call_base_2(marie, pauline, FALSE, LinphoneMediaEncryptionNone, TRUE, TRUE);
|
||||
expected_video_dir = LinphoneMediaDirectionSendRecv;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue