Create an RTCSample object from an RTCStatsReport
Generate WebRTC stats report containing relevant information about ICE candidates for the given {@link PeerConnection}
Target connection.
RTCIceCandidateStatsReport object
Collects any WebRTC statistics for the given {@link PeerConnection}
Target connection.
List of custom options.
Universally-formatted version of RTC stats.
Generate WebRTC statistics report for the given {@link PeerConnection}
Target connection.
WebRTC RTCStatsReport object
Generated using TypeDoc
{Number} [timestamp]
{String} [codecName] - MimeType name of the codec being used by the outbound audio stream
{Number} [rtt] - Round trip time
{Number} [jitter]
{Number} [packetsSent]
{Number} [packetsLost]
{Number} [packetsReceived]
{Number} [bytesReceived]
{Number} [bytesSent]
{Number} [localAddress]
{Number} [remoteAddress]