public class StatsReport extends Object
Modifier and Type | Method and Description |
---|---|
List<LocalAudioTrackStats> |
getLocalAudioTrackStats()
Returns stats for all local audio tracks in the peer connection.
|
List<LocalVideoTrackStats> |
getLocalVideoTrackStats()
Returns stats for all local video 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.
|
List<RemoteVideoTrackStats> |
getRemoteVideoTrackStats()
Returns stats for all remote video tracks in the peer connection.
|
public String getPeerConnectionId()
public List<LocalAudioTrackStats> getLocalAudioTrackStats()
public List<LocalVideoTrackStats> getLocalVideoTrackStats()
public List<RemoteAudioTrackStats> getRemoteAudioTrackStats()
public List<RemoteVideoTrackStats> getRemoteVideoTrackStats()