-
Notifications
You must be signed in to change notification settings - Fork 2
AudioStats
codec: stringroundTripTime: numberpacketsSent: numberbytesSent: numberretransmittedPacketsSent: numberretransmittedBytesSent: numberpacketsReceived: numberbytesReceived: numberpacketsLost: numberjitter: number
Writable string property
representing the codec being used for encoding and decoding media streams in the corresponding call.
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.
Writable number property
representing the number of network packets transmitted from the sender's end during a specific time interval.
Writable number property
representing the amount of data, measured in bytes, that is transmitted from the sender's end during a specific time
interval.
Writable number property
representing the amount of data, measured in bytes, that is retransmitted from the sender's end during a specific time
interval.
Writable number property
representing the number of network packets retransmitted from the sender's end during a specific time interval.
Writable number property
representing the number of network packets received at the receiver's end during a specific time interval.
Writable number property
representing the amount of data, measured in bytes, that is received at the receiver's end during a specific time interval.
Writable number property
representing the number of network packets that are lost during transmission from the sender's end to the receiver's end.
Writable number property
representing the deviation in the arrival time of packets during transmission, measured in milliseconds.