📝Update documentation desktopCapturer to javascript[ci skip]

This commit is contained in:
Daniel Pereira 2017-05-15 13:45:14 -05:00
parent 37bcc96e95
commit f4d3c169b0

View file

@ -51,7 +51,7 @@ To capture both audio and video from the entire desktop the constraints passed
to [`navigator.mediaDevices.getUserMedia`] must include `chromeMediaSource: 'desktop'`,
for both `audio` and `video`, but should not include a `chromeMediaSourceId` constraint.
```
```javascript
const constraints = {
audio: {
mandatory: {