From 7d96f3d720f32b3bc6166c01cbe04152d93e8b39 Mon Sep 17 00:00:00 2001 From: Jessica Lord Date: Thu, 14 Apr 2016 15:53:34 -0700 Subject: [PATCH] Add new line so that the list is styled correctly on website --- docs/api/desktop-capturer.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/api/desktop-capturer.md b/docs/api/desktop-capturer.md index 7863622e37..3babe0e163 100644 --- a/docs/api/desktop-capturer.md +++ b/docs/api/desktop-capturer.md @@ -65,6 +65,7 @@ Starts a request to get all desktop sources, `callback` will be called with The `sources` is an array of `Source` objects, each `Source` represents a captured screen or individual window, and has following properties: + * `id` String - The id of the captured window or screen used in `navigator.webkitGetUserMedia`. The format looks like `window:XX` or `screen:XX` where `XX` is a random generated number.