Skip to content

Commit

Permalink
解像度追加 -> 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Narazaka committed Jan 31, 2016
1 parent eb9a8fb commit 32e51ca
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "msview",
"version": "0.3.2",
"version": "0.3.3",
"description": "",
"main": "index.js",
"author": "Narazaka",
Expand Down
12 changes: 11 additions & 1 deletion src/msview.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,22 @@ window.onload = ->
navigator.getUserMedia {
video:
optional: [
{ minWidth: 3840 }
{ minWidth: 3648 }
{ minWidth: 3264 }
{ minWidth: 2560 }
{ minWidth: 2448 }
{ minWidth: 2048 }
{ minWidth: 1920 }
{ minWidth: 1600 }
{ minWidth: 1440 }
{ minWidth: 1400 }
{ minWidth: 1366 }
{ minWidth: 1280 }
{ minWidth: 1024 }
{ minWidth: 960 }
{ minWidth: 800 }
{ minWidth: 640 }
{ minWidth: 480 }
{ minWidth: 320 }
]
}, (stream) ->
Expand Down

0 comments on commit 32e51ca

Please sign in to comment.