Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #6 from Belchy06/Fix_MatchViewportResolution_toggle
Browse files Browse the repository at this point in the history
Fix match viewport resolution toggle
  • Loading branch information
lukehb committed Jul 7, 2022
2 parents 17ed689 + b23cba0 commit f8d1019
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SignallingWebServer/scripts/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,7 @@ function setupHtmlEvents() {
if (matchViewportResolutionCheckBox !== null) {
matchViewportResolutionCheckBox.onchange = function (event) {
matchViewportResolution = matchViewportResolutionCheckBox.checked;
updateVideoStreamSize();
};
}

Expand Down

0 comments on commit f8d1019

Please sign in to comment.