Changed video max width
Co-Authored-By: nthouliss <nthouliss@users.noreply.github.com>
This commit is contained in:
parent
1bd9613dd2
commit
30e957e937
@ -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
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user