TVOStatsReport Class Reference Inherits from NSObject Declared in TVOStatsReport.h Overview TVOStatsReport contains stats for all tracks associated with a single peer connection. peerConnectionId The id of peer connection related to this report. @property (nonatomic, copy, readonly, nonnull) NSString *peerConnectionId Declared In TVOStatsReport.h localAudioTrackStats The stats for all local audio tracks in the peer connection. @property (nonatomic, strong, readonly, nonnull) NSArray<TVOLocalAudioTrackStats*> *localAudioTrackStats Declared In TVOStatsReport.h remoteAudioTrackStats The stats for all remote audio tracks in the peer connection. @property (nonatomic, strong, readonly, nonnull) NSArray<TVORemoteAudioTrackStats*> *remoteAudioTrackStats Declared In TVOStatsReport.h iceCandidateStats The stats for all Ice candidates. @property (nonatomic, strong, readonly, nonnull) NSArray<TVOIceCandidateStats*> *iceCandidateStats Declared In TVOStatsReport.h iceCandidatePairStats The stats for all Ice candidates pairs. @property (nonatomic, strong, readonly, nonnull) NSArray<TVOIceCandidatePairStats*> *iceCandidatePairStats Declared In TVOStatsReport.h – init Developers shouldn’t initialize this class directly. - (null_unspecified instancetype)init Discussion Stats report cannot be created explicitly. Declared In TVOStatsReport.h