Class SubscriberKit.SubscriberVideoStats

java.lang.Object
com.opentok.android.SubscriberKit.SubscriberVideoStats
Enclosing class:
SubscriberKit

public static class SubscriberKit.SubscriberVideoStats extends Object
Defines video statistics for a subscriber.
See Also:
  • Field Details

    • videoPacketsLost

      public int videoPacketsLost
      The total number of video packets lost by the subscriber.
    • videoPacketsReceived

      public int videoPacketsReceived
      The total number of video packets received by the subscriber.
    • videoBytesReceived

      public int videoBytesReceived
      The total number of video bytes received by the subscriber.
    • timeStamp

      public double timeStamp
      The timestamp, in milliseconds since the Unix epoch, for when these stats were gathered.