public static class PublisherKit.PublisherAudioStats
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
long |
audioBytesSent
The total number of audio bytes sent to the subscriber (or to
the OpenTok Media Router).
|
long |
audioPacketsLost
The total number of audio packets that did not reach the subscriber
(or the OpenTok Media Router).
|
long |
audioPacketsSent
The total number of audio packets sent to the subscriber
(or to the OpenTok Media Router).
|
java.lang.String |
connectionId
The connection ID of the client subscribing to the stream.
|
double |
startTime
The timestamp, in milliseconds since the Unix epoch, from which
the cumulative totals started accumulating.
|
java.lang.String |
subscriberId
The subscriber ID of the client subscribing to the stream
(in a relayed session).
|
double |
timeStamp
The timestamp, in milliseconds since the Unix epoch, for when these stats were gathered.
|
public java.lang.String connectionId
public java.lang.String subscriberId
public long audioPacketsLost
public long audioPacketsSent
public long audioBytesSent
public double timeStamp
public double startTime