Modern Camera Profiles

This patch switchessing a somewhat more modern default for the camera
profiles by requesting 720p for the `high` and `hd` profiles like this.

This was discussed on the developers list at:

- https://groups.google.com/g/bigbluebutton-dev/c/PL3kXV9pZmo
This commit is contained in:
Lars Kiesow 2020-08-16 12:03:54 +02:00
parent dc0fc459e2
commit 102caa371f
No known key found for this signature in database
GPG Key ID: 5DAFE8D9C823CE73

View File

@ -189,10 +189,16 @@ public:
name: High quality
default: false
bitrate: 500
constraints:
width: 1280
frameRate: 15
- id: hd
name: High definition
default: false
bitrate: 800
constraints:
width: 1280
frameRate: 30
enableScreensharing: true
enableVideo: true
enableVideoMenu: true