TVOLocalTrackStats Class Reference Inherits from TVOBaseTrackStats : NSObject Declared in TVOLocalTrackStats.h Overview TVOLocalTrackStats represents stats common to local tracks. bytesSent Total number of bytes sent for this SSRC. @property (nonatomic, assign, readonly) int64_t bytesSent Declared In TVOLocalTrackStats.h packetsSent Total number of RTP packets sent for this SSRC. @property (nonatomic, assign, readonly) NSUInteger packetsSent Declared In TVOLocalTrackStats.h roundTripTime Estimated round trip time for this SSRC based on the RTCP timestamps. Measured in milliseconds. @property (nonatomic, assign, readonly) int64_t roundTripTime Declared In TVOLocalTrackStats.h – init Developers shouldn’t initialize this class directly. - (null_unspecified instancetype)init Discussion Local track stats cannot be created explicitly. Declared In TVOLocalTrackStats.h