Rate this page:

LocalAudioStatsReport

Interface that represents statistics for all active outgoing 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 dBSPL change in the sound pressure level from 0 dBov.

Not supported in the Safari browser below 17.4 and the Firefox browser.

bytesSent

Copy URL
bytesSent: 

number

Total number of bytes sent within an audio stream.

codec

Copy URL
codec: 

null | string

Audio codec name for an audio stream.

packetsSent

Copy URL
packetsSent: 

number

Total number of packets sent within an audio stream.

streamType

Copy URL
streamType: 

StreamType.Audio | StreamType.ScreenAudio

Local audio stream type.