Definition
Identifiers for WebRTC's Statistics API defines RTCRemoteOutboundRtpStreamStats
dictionary RTCRemoteOutboundRtpStreamStats : RTCSentRtpStreamStats {
DOMString localId;
DOMHighResTimeStamp remoteTimestamp;
unsigned long long reportsSent;
double roundTripTime;
double totalRoundTripTime;
unsigned long long roundTripTimeMeasurements;
};