fix: add more options for screen sharing frame rate

Currently, the maximum frame rate of screen sharing is only 25fps.
Add more options to increase the maximum frame rate.

This PR fixes issue #1851.
pull/1854/head
Integral 2 months ago
parent cd21ff6993
commit 9df3bc1eb8
No known key found for this signature in database
GPG Key ID: 06313911057DD5A8
  1. 2
      resources/qml/voip/ScreenShare.qml

@ -97,7 +97,7 @@ Popup {
id: frameRateCombo id: frameRateCombo
Layout.fillWidth: true Layout.fillWidth: true
model: ["25", "20", "15", "10", "5", "2", "1"] model: ["120", "90", "60", "50", "48", "30", "25", "20", "15", "10", "5", "2", "1"]
} }
} }

Loading…
Cancel
Save