not a dep any more

vnext
Paul Schneider 7 years ago
parent b1e7022a3f
commit d2e983a8bc
2 changed files with 2 additions and 2 deletions

@ -73,7 +73,6 @@
"EntityFramework.Relational": "7.0.0-rc1-final", "EntityFramework.Relational": "7.0.0-rc1-final",
"EntityFramework7.Npgsql": "3.1.0-rc1-3", "EntityFramework7.Npgsql": "3.1.0-rc1-3",
"EntityFramework7.Npgsql.Design": "3.1.0-rc1-5", "EntityFramework7.Npgsql.Design": "3.1.0-rc1-5",
"MailKit": "1.12.0",
"MarkdownDeep-av.NET": "1.5.6", "MarkdownDeep-av.NET": "1.5.6",
"Microsoft.AspNet.Authentication.Cookies": "1.0.0-rc1-final", "Microsoft.AspNet.Authentication.Cookies": "1.0.0-rc1-final",
"Microsoft.AspNet.Authentication.Facebook": "1.0.0-rc1-final", "Microsoft.AspNet.Authentication.Facebook": "1.0.0-rc1-final",
@ -172,4 +171,4 @@
"prepublish": "gulp min" "prepublish": "gulp min"
}, },
"embed": "Views/**/*.cshtml" "embed": "Views/**/*.cshtml"
} }

@ -0,0 +1 @@
var constraints={audio:!0,video:!1};navigator.mediaDevices.getUserMedia(constraints).then(function(o){console.log("got stream!"),console.log(o)}).catch(function(o){console.log(o)});
Loading…