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
|
name: High quality
|
||||||
default: false
|
default: false
|
||||||
bitrate: 500
|
bitrate: 500
|
||||||
|
constraints:
|
||||||
|
width: 1280
|
||||||
|
frameRate: 15
|
||||||
- id: hd
|
- id: hd
|
||||||
name: High definition
|
name: High definition
|
||||||
default: false
|
default: false
|
||||||
bitrate: 800
|
bitrate: 800
|
||||||
|
constraints:
|
||||||
|
width: 1280
|
||||||
|
frameRate: 30
|
||||||
enableScreensharing: true
|
enableScreensharing: true
|
||||||
enableVideo: true
|
enableVideo: true
|
||||||
enableVideoMenu: true
|
enableVideoMenu: true
|
||||||
|
Loading…
Reference in New Issue
Block a user