config: fix missing comma (#7667)
Fixes: https://github.com/jitsi/jitsi-meet/issues/7665
This commit is contained in:
parent
8fa41bebb7
commit
5e3bd746e9
|
@ -128,7 +128,7 @@ var config = {
|
|||
|
||||
// How many participants while in the tile view mode, before the receiving video quality is reduced from HD to SD.
|
||||
// Use -1 to disable.
|
||||
// maxFullResolutionParticipants: 2
|
||||
// maxFullResolutionParticipants: 2,
|
||||
|
||||
// w3c spec-compliant video constraints to use for video capture. Currently
|
||||
// used by browsers that return true from lib-jitsi-meet's
|
||||
|
|
Loading…
Reference in New Issue