-
Notifications
You must be signed in to change notification settings - Fork 2
AudioStats
Lejla Solak edited this page Feb 10, 2025
·
2 revisions
Long getRoundTripTime()String getCodec()long getBytesSent()long getPacketsSent()long getRetransmittedBytesSent()long getRetransmittedPacketsSent()long getBytesReceived()int getJitter()int getPacketsLost()long getPacketsReceived()
Getter for the roundTripTime field.
none
-
Long- The value of theroundTripTimefield, which represents the time (in milliseconds) it takes for a network packet to travel from the sender to the receiver and back.
Getter for the codec field.
none
-
String- The value of thecodecfield, which represents the codec used for encoding and decoding media streams in the call.
Getter for the bytesSent field.
none
-
long- The value of thebytesSentfield, which represents the total bytes transmitted from the sender during the call.
Getter for the packetsSent field.
none
-
long- The value of thepacketsSentfield, which represents the total packets transmitted from the sender during the call.
Getter for the retransmittedBytesSent field.
none
-
long- The value of theretransmittedBytesSentfield, which represents the total bytes retransmitted by the sender during the call.
Getter for the retransmittedPacketsSent field.
none
-
long- The value of theretransmittedPacketsSentfield, which represents the total packets retransmitted by the sender during the call.
Getter for the bytesReceived field.
none
-
long- The value of thebytesReceivedfield, which represents the total bytes received by the receiver during the call.
Getter for the jitter field.
none
-
int- The value of thejitterfield, which represents the deviation (in milliseconds) in the arrival time of packets during transmission.
Getter for the packetsLost field.
none
-
int- The value of thepacketsLostfield, which represents the total packets lost during transmission.
Getter for the packetsReceived field.
none
-
long- The value of thepacketsReceivedfield, which represents the total packets received by the receiver during the call.