Skip to content

Commit e50c222

Browse files
authored
refactor(screenshare): increase max frameRate
1 parent 6f1d6e6 commit e50c222

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/composables/useMeetingLogic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -897,7 +897,7 @@ export function useMeetingLogic(meetingState, meetingId, options = {}) {
897897
video: {
898898
width: { ideal: 1920, max: 1920 },
899899
height: { ideal: 1080, max: 1080 },
900-
frameRate: { ideal: 10, max: 15 },
900+
frameRate: { ideal: 10, max: 30 },
901901
},
902902
},
903903
);

0 commit comments

Comments
 (0)