Normalize string quotes in desktopCapturer docs
Missed one string in my previous PR :(
This commit is contained in:
parent
2b0cd97bb8
commit
6cc68638e7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue