Merge pull request #6607 from enlight/patch-4

Normalize string quotes in desktopCapturer docs
This commit is contained in:
Cheng Zhao 2016-07-26 16:29:01 +09:00 committed by GitHub
commit a4d983c236

View file

@ -46,7 +46,7 @@ passed to [`navigator.webkitGetUserMedia`] must include
`chromeMediaSource: 'desktop'`, and `audio: false`.
To capture both audio and video from the entire desktop the constraints passed
to [`navigator.webkitGetUserMedia`] must include `chromeMediaSource: "screen"`,
to [`navigator.webkitGetUserMedia`] must include `chromeMediaSource: 'screen'`,
and `audio: true`, but should not include a `chromeMediaSourceId` constraint.
## Methods