RemoteAudioStatsReport
Interface that represents statistics for incoming audio streams.
Props
audioLevel
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
bytesReceived: number
Total number of bytes received within an audio stream.
codec
codec: null | string
Audio codec name for an audio stream.
packetsLost
packetsLost: number
Total number of audio packets lost for an audio stream.
packetsReceived
packetsReceived: number
Total number of packets received within an audio stream.