Rate this page:

RemoteAudioStatsReport

Interface that represents statistics for incoming audio streams.

Props

audioLevel

Copy URL
audioLevel: 

null | number

Audio level value is in the 0..1 range (linear), where 1.0 represents 0 dBov, 0 represents silence, and 0.5 represents approximately 6 dBSPLchange in the sound pressure level from 0 dBov.

bytesReceived

Copy URL
bytesReceived: 

number

Total number of bytes received within an audio stream.

codec

Copy URL
codec: 

null | string

Audio codec name for an audio stream.

packetsLost

Copy URL
packetsLost: 

number

Total number of audio packets lost for an audio stream.

packetsReceived

Copy URL
packetsReceived: 

number

Total number of packets received within an audio stream.