public class StatsReport extends Object
Modifier and Type | Method and Description |
---|---|
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
|
List<LocalAudioTrackStats> |
getLocalAudioTrackStats()
Returns stats for all local audio tracks in the peer connection.
|
String |
getPeerConnectionId()
Returns the id of peer connection related to this report.
|
List<RemoteAudioTrackStats> |
getRemoteAudioTrackStats()
Returns stats for all remote audio tracks in the peer connection.
|
public String getPeerConnectionId()
public List<LocalAudioTrackStats> getLocalAudioTrackStats()
public List<RemoteAudioTrackStats> getRemoteAudioTrackStats()
public List<IceCandidatePairStats> getIceCandidatePairStats()
public List<IceCandidateStats> getIceCandidateStats()
5.3.0