commit | 95b1a3497cbad303a3f35f44cd9d1077d4031ee9 | [log] [tgz] |
---|---|---|
author | Philipp Hancke <philipp.hancke@googlemail.com> | Thu May 05 05:53:54 2022 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu May 05 08:08:48 2022 |
tree | 4fbae53f2196722fee3fe1e346ea53bd7e49a278 | |
parent | d7fd0f9744bc0ed89857d1ec78c4299f19b9fb97 [diff] [blame] |
stats: implement iceLocalUsernameFragment https://www.w3.org/TR/webrtc-stats/#dom-rtctransportstats-icelocalusernamefragment BUG=webrtc:14022 Change-Id: If56ebe66d83f4e535c2245f2ca3848469914679f Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/261243 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Philipp Hancke <philipp.hancke@googlemail.com> Cr-Commit-Position: refs/heads/main@{#36772}
diff --git a/pc/rtc_stats_integrationtest.cc b/pc/rtc_stats_integrationtest.cc index c140404..db49d80 100644 --- a/pc/rtc_stats_integrationtest.cc +++ b/pc/rtc_stats_integrationtest.cc
@@ -1144,6 +1144,7 @@ verifier.TestMemberIsPositive<uint32_t>( transport.selected_candidate_pair_changes); verifier.TestMemberIsDefined(transport.ice_role); + verifier.TestMemberIsDefined(transport.ice_local_username_fragment); return verifier.ExpectAllMembersSuccessfullyTested(); }