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:
parent
dc0fc459e2
commit
102caa371f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user