Skip to content

Commit

Permalink
gendocs
Browse files Browse the repository at this point in the history
  • Loading branch information
DamonOehlman committed Nov 7, 2013
1 parent 944f20a commit 4c6b9da
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -101,6 +101,12 @@ MediaStreamTrack.getSources(function(sources) {
});
```

It's worth noting that if the requested device does not exist on the
machine (in the case above, if your machine only has a single webcam - as
is common) then no device selection constraints will be generated (i.e.
the standard `{ video: true, audio: true }` constraints will be returned
from the `toConstraints` call).

## Reference

### CaptureConfig
Expand Down
6 changes: 6 additions & 0 deletions index.js
Expand Up @@ -82,6 +82,12 @@ var offFlags = ['false', 'none', 'off'];
<<< examples/camera-two.js
It's worth noting that if the requested device does not exist on the
machine (in the case above, if your machine only has a single webcam - as
is common) then no device selection constraints will be generated (i.e.
the standard `{ video: true, audio: true }` constraints will be returned
from the `toConstraints` call).
## Reference
**/
Expand Down

0 comments on commit 4c6b9da

Please sign in to comment.