Skip to content

Commit

Permalink
Merge pull request #964 from jan-ivar/caniuse
Browse files Browse the repository at this point in the history
Add caniuse link.
  • Loading branch information
jan-ivar authored Aug 17, 2023
2 parents 624442b + 8212e08 commit 3871983
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion getusermedia.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ <h2>Terminology</h2>
<p>Sources have constrainable properties which have
[=capabilities=] and [=settings=]
exposed on tracks. While the constrainable properties are "owned" by
the source, sources MAY be able to accomodate different demands at
the source, sources MAY be able to accommodate different demands at
once. For this reason, capabilities are common to any (multiple) tracks
that happen to be using the same source, whereas settings MAY differ
per track (e.g., if two different track objects bound to the same
Expand Down
4 changes: 4 additions & 0 deletions getusermedia.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,8 @@ var respecConfig = {
el.appendChild(img);
});
},
caniuse: {
feature: "stream",
removeOnSave: false,
}
};

0 comments on commit 3871983

Please sign in to comment.