public static class StringeeCallStats
extends Object
Defines call statistics.
Fields | |
---|---|
int |
callBytesReceived
The total number of bytes received by the client. |
int |
callPacketsLost
The total number of packets lost by the client. |
int |
callPacketsReceived
The total number of packets received by the client. |
long |
timeStamp
The timestamp, in milliseconds, for when these stats were gathered. |
public int callBytesReceived
The total number of bytes received by the client.
public int callPacketsLost
The total number of packets lost by the client.
public int callPacketsReceived
The total number of packets received by the client.
public long timeStamp
The timestamp, in milliseconds, for when these stats were gathered.