-
Notifications
You must be signed in to change notification settings - Fork 47
Added text about which specification is authoritative. #64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, modulo minor fixes
@@ -88,29 +88,55 @@ | |||
[[!WEBRTC]]. | |||
</p> | |||
</section><!-- VS: getStats() remains in base spec! --> | |||
<section class="informative"> | |||
<h2>Basic concepts</h2> | |||
<p>The stats API is defined in [[!GETUSERMEDIA]]. It is defined to return |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wrong reference? Shouldn't this be [[!webrtc]]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops. Yes.
<p>The <code>RTCStatsType</code> member indicates the type of the | ||
object that the | ||
<code>RTCStats</code> object represents. An object with a given "type" | ||
can be only one type of dictionary, but multiple "type" values may use |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing: use
can be only /use/ one type of dictionary
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's grammatically correct as it stands, but hard to read. Reformulating.
@vr000m please take another look |
Fixes #5
Partially addresses #55