w3c / ortc

ORTC Community Group specification repository (see W3C WebRTC for official standards track)
http://www.w3.org/community/ortc/
122 stars 42 forks source link

Update to mandatory-to-implement statistics #847

Closed aboba closed 6 years ago

aboba commented 6 years ago

Fix for Issue https://github.com/w3c/ortc/issues/833

Related WebRTC 1.-0 PR: https://github.com/w3c/webrtc-pc/pull/1803

aboba commented 6 years ago

To allow ORTC to inherit mandatory-statistics from WebRTC 1.0, we can simplify the text as follows:

  The stats listed in [[!WEBRTC-STATS]] are intended to cover a wide
  range of use cases. Not all of them have to be implemented by every
  ORTC implementation.

  An ORTC implementation MUST support generating statistics of the types
  described in [[!WEBRTC10]] Section 8.6, with the exception of
  <code>RTCPeerConnectionStats</code>, when the corresponding
  objects exist, with the attributes that are listed when they are
  valid for that object. An implementation MAY support generating any
  other statistic defined in [[!WEBRTC-STATS]], and MAY generate
  statistics that are not documented.