Web SDK - StatsSummary

Home > @rainway/web > StatsSummary

StatsSummary interface

A summary of statistical measurements over some elapsed polling window.

Signature:

export interface StatsSummary 

Properties

PropertyModifiersTypeDescription
audioThroughputKbpsnumberAverage audio stream kbps throughout the polling window.
cursorEventsnumberThe amount of remote cursor updates received in the polling window.
inputEventsnumberThe amount of local input events that occurred in the polling window.
latencyMsnumberThe latency between the peers, estimated as "ping round-trip time / 2".
secondsnumberThe duration of the polling window in seconds.
videoBitrateKbpsnumberThe current video bitrate requested by the rate controller.
videoThroughputKbpsnumberAverage video stream kbps throughout the polling window.