-
public class StatsReportStats report contains stats for all the media tracks that exist in peer connection.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringpeerConnectionIdprivate List<LocalAudioTrackStats>localAudioTrackStatsprivate List<RemoteAudioTrackStats>remoteAudioTrackStatsprivate List<IceCandidatePairStats>iceCandidatePairStatsprivate List<IceCandidateStats>iceCandidateStats
-
Method Summary
Modifier and Type Method Description StringgetPeerConnectionId()Returns the id of peer connection related to this report. List<LocalAudioTrackStats>getLocalAudioTrackStats()Returns stats for all local audio tracks in the peer connection. List<RemoteAudioTrackStats>getRemoteAudioTrackStats()Returns stats for all remote audio tracks in the peer connection. List<IceCandidatePairStats>getIceCandidatePairStats()Returns stats for all ice candidate pairs in the peer connection. List<IceCandidateStats>getIceCandidateStats()Returns stats for individual ice candidates in the peer connection -
-
Method Detail
-
getPeerConnectionId
String getPeerConnectionId()
Returns the id of peer connection related to this report.
-
getLocalAudioTrackStats
List<LocalAudioTrackStats> getLocalAudioTrackStats()
Returns stats for all local audio tracks in the peer connection.
-
getRemoteAudioTrackStats
List<RemoteAudioTrackStats> getRemoteAudioTrackStats()
Returns stats for all remote audio tracks in the peer connection.
-
getIceCandidatePairStats
List<IceCandidatePairStats> getIceCandidatePairStats()
Returns stats for all ice candidate pairs in the peer connection.
-
getIceCandidateStats
List<IceCandidateStats> getIceCandidateStats()
Returns stats for individual ice candidates in the peer connection
-
-
-
-