Merge pull request #6607 from enlight/patch-4
Normalize string quotes in desktopCapturer docs
This commit is contained in:
commit
a4d983c236
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue