Re: [webrtc-stats] qualityLimitationDurations record with DOMString key

Uhm?
```
9: at '<': expected identifier
error found in IDL #11
dictionary RTCOutboundRTPStreamStats : RTCSentRTPStreamStats {
    DOMString                  remoteId;
    DOMHighResTimeStamp        lastPacketSentTimestamp;
    double                     targetBitrate;
    unsigned long              framesEncoded;
    double                     totalEncodeTime;
    double                     averageRTCPInterval;
    RTCQualityLimitationReason qualityLimitationReason;
***     record<DOMString, double>  qualityLimitationDurations;
};------------------------------
make: *** [webidl] Error 64
```

-- 
GitHub Notification of comment by henbos
Please view or discuss this issue at https://github.com/w3c/webrtc-stats/pull/282#issuecomment-350283670 using your GitHub account

Received on Friday, 8 December 2017 14:59:02 UTC