RTCRTPStreamStats.ssrc changed type to uint32_t.

As per PR: https://github.com/w3c/webrtc-stats/pull/157

BUG=webrtc:7065, webrtc:7066

Review-Url: https://codereview.webrtc.org/2675583003
Cr-Commit-Position: refs/heads/master@{#16471}
This commit is contained in:
hbos
2017-02-07 06:28:11 -08:00
committed by Commit bot
parent 87b8e9f3a2
commit 3443bb75a0
3 changed files with 9 additions and 9 deletions

View File

@ -302,7 +302,7 @@ class RTCRTPStreamStats : public RTCStats {
RTCRTPStreamStats(const RTCRTPStreamStats& other);
~RTCRTPStreamStats() override;
RTCStatsMember<std::string> ssrc;
RTCStatsMember<uint32_t> ssrc;
// TODO(hbos): When the remote case is supported |RTCStatsCollector| needs to
// set this. crbug.com/657855, 657856
RTCStatsMember<std::string> associate_stats_id;