Skip to content

AudioStats

Ajša Terko edited this page Jul 20, 2023 · 1 revision



codec

Description

Writable string property representing the codec being used for encoding and decoding media streams in the corresponding call.



roundTripTime

Description

Writable number property representing the time, measured in milliseconds, it takes for a network packet to travel from the sender to the receiver and back.



packetsSent

Description

Writable number property representing the number of network packets transmitted from the sender's end during a specific time interval.



bytesSent

Description

Writable number property representing the amount of data, measured in bytes, that is transmitted from the sender's end during a specific time interval.



retransmittedBytesSent

Description

Writable number property representing the amount of data, measured in bytes, that is retransmitted from the sender's end during a specific time interval.



retransmittedPacketsSent

Description

Writable number property representing the number of network packets retransmitted from the sender's end during a specific time interval.



packetsReceived

Description

Writable number property representing the number of network packets received at the receiver's end during a specific time interval.



bytesReceived

Description

Writable number property representing the amount of data, measured in bytes, that is received at the receiver's end during a specific time interval.



packetsLost

Description

Writable number property representing the number of network packets that are lost during transmission from the sender's end to the receiver's end.



jitter

Description

Writable number property representing the deviation in the arrival time of packets during transmission, measured in milliseconds.

Tutorials

Migration guides

Reference documentation

Clone this wiki locally