Add new line
so that the list is styled correctly on website
This commit is contained in:
parent
64d37065bd
commit
7d96f3d720
1 changed files with 1 additions and 0 deletions
|
@ -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
|
The `sources` is an array of `Source` objects, each `Source` represents a
|
||||||
captured screen or individual window, and has following properties:
|
captured screen or individual window, and has following properties:
|
||||||
|
|
||||||
* `id` String - The id of the captured window or screen used in
|
* `id` String - The id of the captured window or screen used in
|
||||||
`navigator.webkitGetUserMedia`. The format looks like `window:XX` or
|
`navigator.webkitGetUserMedia`. The format looks like `window:XX` or
|
||||||
`screen:XX` where `XX` is a random generated number.
|
`screen:XX` where `XX` is a random generated number.
|
||||||
|
|
Loading…
Add table
Reference in a new issue