mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-18 03:28:07 +00:00
Add log when we cannot find the selected valid ICE pair in the case where it should be there.
This commit is contained in:
parent
fb465e0def
commit
452234d4bc
1 changed files with 1 additions and 0 deletions
|
|
@ -839,6 +839,7 @@ void _update_local_media_description_from_ice(SalMediaDescription *desc, IceSess
|
|||
strncpy(desc->addr, rtp_candidate->taddr.ip, sizeof(desc->addr));
|
||||
} else {
|
||||
ms_warning("If ICE has completed successfully, rtp_candidate should be set!");
|
||||
ice_dump_valid_list(first_cl);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue