[Webkit-unassigned] [Bug 172681] New: Missing local-candidate & remote-candidate stats

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat May 27 08:03:51 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=172681

            Bug ID: 172681
           Summary: Missing local-candidate & remote-candidate stats
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mleaney at tokbox.com

getStats on a peer connection is missing RTCIceCandidatePairStats and RTCIceCandidateStats objects. local-candidate and remote-candidate are missing. Both Chrome and Firefox provide these, and in particular, we are interested in the priority field as we use it to differentiate between STUN, TURN/TLS, TURN/TCP, TURN/UDP. This is also a requirement from the spec.

Steps to Reproduce:
Head to: https://webrtc.github.io/samples/src/content/peerconnection/constraints/
Click "Get media"
Click "Connect"
Observe there is no local-candidate or remote-candidate stat types

Expected Results:
There are stats for candidate pairs etc. Expect to see RTCIceCandidatePairStats and RTCIceCandidateStats types.

Observed Results:
There is no objects of type RTCIceCandidatePairStats or RTCIceCandidateStats

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170527/2ac27297/attachment.html>


More information about the webkit-unassigned mailing list