[webrtc-stats] Clarify RTCPeerConnectionStats's dataChannelsOpened/Closed description

henbos has just created a new issue for 
https://github.com/w3c/webrtc-stats:

== Clarify RTCPeerConnectionStats's dataChannelsOpened/Closed 
description ==
Current description: "Represents the number of unique datachannels 
[opened/closed]."

Only DataChannels that have been fully opened should increase the 
closed counter when closed, so that (opened - closed) = (currently 
open). It may be possible for a DataChannel to go from Connecting to 
Closing/Closed, skipping the Open state.

Also, should "datachannel" be written as "DataChannel" or "data 
channel" instead?

Please view or discuss this issue at 
https://github.com/w3c/webrtc-stats/issues/79 using your GitHub 
account

Received on Thursday, 3 November 2016 10:34:07 UTC