Balwant Bisht wrote: > Is it possible to access WebRTC stats using javascript, as we can do in > Chrome using getStats? Yes; you can use RTCPeerConnection.getStats() to return a list of status details. We haven't gotten this documented yet but should before too terribly long.
-- Eric Shepherd Senior Technical Writer Mozilla <https://www.mozilla.org/> Blog: http://www.bitstampede.com/ Twitter: http://twitter.com/sheppy Check my Availability <https://freebusy.io/[email protected]> _______________________________________________ dev-media mailing list [email protected] https://lists.mozilla.org/listinfo/dev-media

