diff options
Diffstat (limited to 'dom/webidl/RTCStatsReport.webidl')
-rw-r--r-- | dom/webidl/RTCStatsReport.webidl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dom/webidl/RTCStatsReport.webidl b/dom/webidl/RTCStatsReport.webidl index 04c683e9a1..6a7d5bbc0d 100644 --- a/dom/webidl/RTCStatsReport.webidl +++ b/dom/webidl/RTCStatsReport.webidl @@ -9,14 +9,14 @@ */ enum RTCStatsType { - "inboundrtp", - "outboundrtp", + "inbound-rtp", + "outbound-rtp", "session", "track", "transport", - "candidatepair", - "localcandidate", - "remotecandidate" + "candidate-pair", + "local-candidate", + "remote-candidate" }; dictionary RTCStats { |