Skip to content

Commit

Permalink
[mirotalkc2c] - Ops, fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Aug 3, 2024
1 parent 47faff2 commit 9226cf3
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 @@ -1108,14 +1108,14 @@ function getVideoConstraints(deviceId = false) {
constraints = {
width: { exact: 6144 },
height: { exact: 3456 },
frameRate: frameRate,
frameRate: videoFrameRate,
};
break;
case '8k':
constraints = {
width: { exact: 7680 },
height: { exact: 4320 },
frameRate: frameRate,
frameRate: videoFrameRate,
};
break;
default:
Expand Down

0 comments on commit 9226cf3

Please sign in to comment.