From 6cc68638e76d23d499cc1a07a2f343da8e22cc8f Mon Sep 17 00:00:00 2001 From: Vadim Macagon Date: Tue, 26 Jul 2016 11:57:39 +0700 Subject: [PATCH] Normalize string quotes in desktopCapturer docs Missed one string in my previous PR :( --- docs/api/desktop-capturer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/desktop-capturer.md b/docs/api/desktop-capturer.md index 56b525a5198..0e092b9e983 100644 --- a/docs/api/desktop-capturer.md +++ b/docs/api/desktop-capturer.md @@ -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