Rate this page:

ConnectionStatsReport

Interface that represents the media connectivity statistics.

Props

availableOutgoingBitrate

Copy URL
availableOutgoingBitrate: 

null | number

Available outgoing bitrate calculated by the underlying congestion control by combining the available bitrate for all the outgoing RTP streams with the current selected candidate pair.

Not supported in the Firefox browser (the value is null).

localCandidateType

Copy URL
localCandidateType: 

string

Local ICE candidate type.

Possible values:

  • "host" - A host candidate
  • "srflx" - A server reflexive candidate
  • "prflx" - A peer reflexive candidate
  • "relay" - A relay candidate

remoteCandidateType

Copy URL
remoteCandidateType: 

string

Remote ICE candidate type.

Possible values:

  • "host" - A host candidate
  • "srflx" - A server reflexive candidate
  • "prflx" - A peer reflexive candidate
  • "relay" - A relay candidate

rtt

Copy URL
rtt: 

null | number

Represents the latest round trip time measured in seconds.

Not supported in the Firefox browser (the value is null).