WebIDLpedia

RTCSentRtpStreamStats dictionary

Definition

Identifiers for WebRTC's Statistics API defines RTCSentRtpStreamStats



dictionary RTCSentRtpStreamStats : RTCRtpStreamStats {
            unsigned long long packetsSent;
            unsigned long long bytesSent;
            unsigned long long packetsSentWithEct1;
};

Referring IDL interfaces/dictionaries