WebIDLpedia

RTCReceivedRtpStreamStats dictionary

Definition

Identifiers for WebRTC's Statistics API defines RTCReceivedRtpStreamStats



dictionary RTCReceivedRtpStreamStats : RTCRtpStreamStats {
             unsigned long long   packetsReceived;
             long long            packetsLost;
             double               jitter;
};

Referring IDL interfaces/dictionaries