mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
Normalize string quotes in desktopCapturer docs
Missed one string in my previous PR :(
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user