Loop/Data Collection: Difference between revisions

Jump to navigation Jump to search
Line 57: Line 57:


=== Example payload ===
=== Example payload ===
 
See https://bug998989.bugzilla.mozilla.org/attachment.cgi?id=8446879
<code><pre>
{
    "ver": 1,
    "info": {
      ... // See example at top of page
    },
    "report": "ice failure",
    "connectionstate": "failed",
    "stats": <...JSONified version of RTCStatsReport...>
    "localSdp": <...SDP body...>,
    "remoteSdp": <...SDP body...>,
    "log": <...~50-1000 kB of log file...>
}
</pre></code>
(See also the "payload" field of https://bug998989.bugzilla.mozilla.org/attachment.cgi?id=8446879)


=== Nature of Data ===
=== Nature of Data ===
Confirmed users
632

edits

Navigation menu