Normalize string quotes in desktopCapturer docs

Missed one string in my previous PR :(
This commit is contained in:
Vadim Macagon 2016-07-26 11:57:39 +07:00 committed by GitHub
parent 2b0cd97bb8
commit 6cc68638e7

View file

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