WebIDLpedia

RTCRemoteInboundRtpStreamStats dictionary

Definition

Identifiers for WebRTC's Statistics API defines RTCRemoteInboundRtpStreamStats



dictionary RTCRemoteInboundRtpStreamStats : RTCReceivedRtpStreamStats {
             DOMString            localId;
             double               roundTripTime;
             double               totalRoundTripTime;
             double               fractionLost;
             unsigned long long   roundTripTimeMeasurements;
};