Class RemoteTrackStats

java.lang.Object
com.twilio.voice.BaseTrackStats
com.twilio.voice.RemoteTrackStats
Direct Known Subclasses:
RemoteAudioTrackStats

public abstract class RemoteTrackStats extends BaseTrackStats
  • Field Details

    • bytesReceived

      public final long bytesReceived
      Total number of bytes receive
    • packetsReceived

      public final int packetsReceived
      Total number of packets received
  • Constructor Details

    • RemoteTrackStats

      protected RemoteTrackStats(String trackId, int packetsLost, String codec, String ssrc, double timestamp, long bytesReceived, int packetsReceived)