Changed video max width

Co-Authored-By: nthouliss <nthouliss@users.noreply.github.com>
This commit is contained in:
Mitchell McCaffrey 2020-03-25 13:52:01 +11:00
parent 1bd9613dd2
commit 30e957e937

View File

@ -71,7 +71,9 @@ function useSession(onConnectionOpen, onConnectionSync) {
getUserMedia(
{
video: {
frameRate: { ideal: 15, max: 20 }
frameRate: { ideal: 15, max: 20 },
width: { max: 256 },
height: { max: 144 }
},
audio: false
},