Package com.twilio.voice
Class BaseTrackStats
java.lang.Object
com.twilio.voice.BaseTrackStats
- Direct Known Subclasses:
LocalTrackStats
,RemoteTrackStats
-
Field Summary
-
Method Summary
-
Field Details
-
trackId
WebRTC Track identifier -
packetsLost
public final int packetsLostTotal number of RTP packets lost -
codec
Name of codec used for this track -
ssrc
Unique name of synchronization source -
timestamp
public final double timestampUnix timestamp in milliseconds
-