Support for qpSum in WebRTC stats was added in https://bugs.webkit.org/show_bug.cgi?id=170060, but it seems like the value is always 0.
<rdar://problem/66108343>
Created a simple repro: https://codepen.io/dbriggs/pen/wvMLREG.
I noticed in the original change that qpSum was being reset to 0 immediately after being set to the correct value http://trac.webkit.org/browser/webkit/trunk/Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCMediaEndpoint.cpp?rev=214368#L273. Not sure if that was changed at some point later though!
Fixed in https://trac.webkit.org/changeset/262726