Commit a0843ad4 authored by Nico Grunbaum's avatar Nico Grunbaum
Browse files

Bug 1830790 - P13 - add SDP history to stats history results;r=bwc

Depends on D176889

Differential Revision: https://phabricator.services.mozilla.com/D176890
parent 7f5de72a
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -236,6 +236,10 @@ void WebrtcGlobalInformation::GetStatsHistorySince(
    if (!history.mReports.AppendElements(hist->Since(statsAfter), fallible)) {
      mozalloc_handle_oom(0);
    }
    if (!history.mSdpHistories.AppendElement(hist->SdpSince(sdpAfter),
                                             fallible)) {
      mozalloc_handle_oom(0);
    }
  });

  IgnoredErrorResult rv;