From: Jessica Lord Date: Thu, 14 Apr 2016 22:53:34 +0000 (-0700) Subject: Add new line X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7d96f3d720f32b3bc6166c01cbe04152d93e8b39;p=platform%2Fframework%2Fweb%2Fcrosswalk-tizen.git Add new line so that the list is styled correctly on website --- diff --git a/docs/api/desktop-capturer.md b/docs/api/desktop-capturer.md index 7863622..3babe0e 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.