commit | 0a52ede821ba12ee6fff6260d69cddcca5b86a4e | [log] [tgz] |
---|---|---|
author | Byoungchan Lee <daniel.l@hpcnt.com> | Sat May 22 08:41:02 2021 +0900 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue May 25 20:38:08 2021 +0000 |
tree | e8f95af1d504a6c4f305b81a45d02f0a0a24c7ba | |
parent | cbeff55a6acc5f0d3eade9658c28d2b741db932a [diff] |
Support for map of string keys to uint64_t / double values in RTCStats Bug: webrtc:10685 Change-Id: I047d784bd20c3fca8b96391653f90fd8803140d8 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/219141 Reviewed-by: Henrik Boström <hbos@webrtc.org> Reviewed-by: Kári Helgason <kthelgason@webrtc.org> Reviewed-by: Xavier Lepaul <xalep@webrtc.org> Commit-Queue: Henrik Boström <hbos@webrtc.org> Cr-Commit-Position: refs/heads/master@{#34121}
diff --git a/sdk/android/api/org/webrtc/RTCStats.java b/sdk/android/api/org/webrtc/RTCStats.java index 7ad7634..573d953 100644 --- a/sdk/android/api/org/webrtc/RTCStats.java +++ b/sdk/android/api/org/webrtc/RTCStats.java
@@ -62,6 +62,7 @@ * - Double * - String * - The array form of any of the above (e.g., Integer[]) + * - Map of String keys to BigInteger / Double values */ public Map<String, Object> getMembers() { return members;