-
Notifications
You must be signed in to change notification settings - Fork 3
AudioStats
codec: String
roundTripTime: Int64
packetsSent: Int64
bytesSent: Int64
retransmittedPacketsSent: Int64
retransmittedBytesSent: Int64
packetsReceived: Int64
bytesReceived: Int64
packetsLost: Int64
jitter: Int64
Writable String
property representing the codec being used
for encoding and decoding media streams in the corresponding call.
Writable Int64
property representing the time, measured in
milliseconds, it takes for a network packet to travel from the sender to the receiver and back.
Writable Int64
property representing the number of network
packets transmitted from the sender's end during a specific time interval.
Writable Int64
property representing the amount of data,
measured in bytes, that is transmitted from the sender's end during a specific time interval.
Writable Int64
property representing the amount of data,
measured in bytes, that is retransmitted from the sender's end during a specific time interval.
Writable Int64
property representing the number of network
packets retransmitted from the sender's end during a specific time interval.
Writable Int64
property representing the number of network
packets received at the receiver's end during a specific time interval.
Writable Int64
property representing the amount of data,
measured in bytes, that is received at the receiver's end during a specific time interval.
Writable Int64
property representing the number of network
packets that are lost during transmission from the sender's end to the receiver's end.
Writable Int64
property representing the deviation in the
arrival time of packets during transmission, measured in milliseconds.