InboundAudioStatsReport
Props
audioLevel
audioLevel: number
Optional. Incoming audio level
bitrate
bitrate: number
Bitrate in kbps
bytesReceived
bytesReceived: number
Number of bytes received
codec
codec: string
Optional. Codec name
endpoint
endpoint: string
Optional. Endpoint name
insertedSamplesForDeceleration
insertedSamplesForDeceleration: number
Optional. When playout is slowed down, this counter increases by the difference between the number of samples received and the number of samples played out. If playout is slowed down by inserting samples, this is the number of inserted samples.
jitter
jitter: number
Packet jitter in seconds
kind
kind: ReportKind
Media kind: audio or video
loss
loss: number
Lost packets ratio
packetsLost
packetsLost: number
Number of packets lost
packetsReceived
packetsReceived: number
Number of packets received
rtt
rtt: number
Optional. Sum of all round trip time measurements in seconds since the beginning of the session
silentConcealedSamples
silentConcealedSamples: number
Optional. The total number of concealed samples inserted that are "silent". Playing out silent samples results in silence or comfort noise.
timestamp
timestamp: number
The UNIX timestamp
totalAudioEnergy
totalAudioEnergy: number
Optional. Incoming audio energy
totalRtt
totalRtt: number
Optional. Latest round trip time measured in seconds
totalSamplesDuration
totalSamplesDuration: number
Optional. Total duration of audio samples received
totalSamplesReceived
totalSamplesReceived: number
Optional. Total number of audio samples received