Suggestions

close search

StringeeCall2.StringeeCallStats

public static class StringeeCallStats
extends Object



Defines call statistics.



Summary


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.


Field Detail


callBytesReceived

public int callBytesReceived

The total number of bytes received by the client.



callPacketsLost

public int callPacketsLost

The total number of packets lost by the client.



callPacketsReceived

public int callPacketsReceived

The total number of packets received by the client.



timeStamp

public long timeStamp

The timestamp, in milliseconds, for when these stats were gathered.