Skip to content

Commit

Permalink
hotfix: zoom database (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
auberanger authored May 3, 2021
1 parent 4fc150e commit d4d5669
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions database/meeting/software.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,20 +91,20 @@ const software = {
french: 'Zoom',
category: meetingComponents.SOFTWARE,
// Source Zoom Mac archive (in Mo)
fileSize: 25.5,
fileSize: 25.5,
// Source: https://support.zoom.us/hc/en-us/articles/201362023-System-requirements-for-Windows-macOS-and-Linux (in kbits/s)
bandwith: {
inbound: {
// See 1:1 meeting data
2: {
lower: 600,
upper: 3000,
upper: 3000
},
// See group video calling data
3: {
lower: 600,
higher: 3000
},
upper: 3000
}
}
}
}
Expand Down

0 comments on commit d4d5669

Please sign in to comment.