Skip to content

Commit

Permalink
Update getusermedia.html
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-ivar committed Feb 4, 2021
1 parent 65f4888 commit 1f9f274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion getusermedia.html
Expand Up @@ -4558,7 +4558,7 @@ <h2>Methods</h2>
width: 1280,
height: 720
aspectRatio: 16 / 9, // aspect ratios may not be exactly accurate
resizeMode: {exact: 'none'} // may give native frame rates only
resizeMode: 'none' // gives native frame rates only
}
});
const [track] = stream.getVideoTracks();
Expand Down

0 comments on commit 1f9f274

Please sign in to comment.