Skip to content

Commit

Permalink
[mirotalkc2c] - fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Aug 3, 2024
1 parent 9226cf3 commit a680eb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/js/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -1105,14 +1105,14 @@ function getVideoConstraints(deviceId = false) {
};
break;
case '6k':
constraints = {
videoConstraints = {
width: { exact: 6144 },
height: { exact: 3456 },
frameRate: videoFrameRate,
};
break;
case '8k':
constraints = {
videoConstraints = {
width: { exact: 7680 },
height: { exact: 4320 },
frameRate: videoFrameRate,
Expand Down

0 comments on commit a680eb2

Please sign in to comment.