config: fix missing comma (#7667)

Fixes: https://github.com/jitsi/jitsi-meet/issues/7665
pull/7462/head jitsi-meet_5003
Saúl Ibarra Corretgé 5 years ago committed by GitHub
parent 8fa41bebb7
commit 5e3bd746e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      config.js

@ -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…
Cancel
Save