Regression? Webcam resolution does not stick

I am using the latest build (202507181648) from the Jami Fedora 42 repo.

I noticed that the webcam resolution always resets to 640x480 after a system restart. This did not happen with previous versions and I see this on all my Fedora systems.

The frame rate for screen sharing will also reset to 30 frames/s.

Anybody else seeing this? Any solution? The current nightly build in the repo does not fix the problem.

Several jami versions later this problem persists.

I set the video resolution to 1280x720. This sticks for the current session, even in calls. As soon as the system is restarted the resolution changes back to some default that depends on the camera but is much lower, e.g. 640x480.

I tried to change dring.yml manually. But same result.

video:
recordPreview: true
recordQuality: 0
decodingAccelerated: true
encodingAccelerated: true
conferenceResolution: 1280x720
devices:
- name: “Anker PowerConf C200: Anker Pow”
id: Anker_PowerConf_C200_Anker_PowerConf_C200_ACNV9P1F07505581
input: /dev/video0
video_size: 640x480
channel: Camera 1
framerate: 30
- name: desktop
id: desktop
input: pipewiregrab
video_size: 0x0
channel: “”
framerate: 30

Problem is video size gets overwritten at startup time. This is a behavior that was only introduced in a version this summer. In the past the system stayed at 1280x720. It is also very annoying to the point that my relatives ask me to use other programs that just work out of the box.

Will this be resolved once a build is released that includes the following merged patch?

https://review.jami.net/c/jami-daemon/+/31862