- Apr 04, 2021
-
-
Pedro Beschorner Marin authored
-
- Apr 03, 2021
-
-
Dixon Fred authored
optimize default.pdf
-
lonesomewalker authored
Cleaning up fonts in default.pptx, shrinking default.pdf
-
Dixon Fred authored
Pickup the correct shared secret when changing bbb-apps-akka.conf
-
Dixon Fred authored
-
Dixon Fred authored
Remove unused FreeSWITCH modules from configuration
-
- Apr 02, 2021
-
-
Dixon Fred authored
fix: Do not show unsupported browser warning for microsoft edge
-
Mario Jr authored
This was being shown in both audio in video modal. Related to #11865.
-
Dixon Fred authored
fix: User can't join using microsoft edge
-
Mario Jr authored
When browser's name string has whitespaces, we must treat it before adding to the body class. For example Edge uses 'microsoft edge' string This class string must match names used in css. Tested in firefox, chrome and safari and it's corresponding mobile versions, this is working for all. Fixes #11865
-
Anton Georgiev authored
Add labels to core and installation issues
-
Anton Georgiev authored
Reduce pad's hash size
-
Pedro Beschorner Marin authored
-
Pedro Beschorner Marin authored
Etherpad has a limitation of 50 characters for it's pad ids. Although our SHA1 hash function generates 40 characters length values, after prefixing (Meteor's instance id) and suffixing (closed captions support) the pad id we can reach an invalid size.
-
znerol authored
-
Anton Georgiev authored
Portuguese in debug window
-
hiroshisuga authored
-
- Apr 01, 2021
-
-
Anton Georgiev authored
Set breakoutRoomLimit to 16
-
Anton Georgiev authored
With defaults of 2 backend and 2 frontend bbb-html5 nodejs processes we can handle more breakouts. @ritzalam confirmed no audio changes are needed
-
Anton Georgiev authored
Pulled HTML5 locales on Apr 1, 2021
-
Anton Georgiev authored
-
Anton Georgiev authored
fix: MEDIA_ERROR when joining room using Firefox
-
Mario Jr authored
Firefox doesn't create a device called 'default' and we were trying to set this when user is joining the room. We don't do this anymore, letting devices to be changed when there's some user request. Moved outputDeviceId inputDeviceId information to be managed in bridge (just like we do with inputDeviceId), we don't store this duplicated information in audio container anymore. Fixed the eslint warning in "playAlertSound(url) { ..." We are safe to let users try to change input/output devices because the device list is retrieved from enumerateDevices.
-
Anton Georgiev authored
Merged 2.2.36 into 2.3-beta
-
Anton Georgiev authored
-
Anton Georgiev authored
-
Anton Georgiev authored
Fix mobile video dropdown
-
Ramon Souza authored
-
Anton Georgiev authored
Fix actions bar height for mobile
-
Ramon Souza authored
-
Anton Georgiev authored
Change browser detection library to bowser
-
Anton Georgiev authored
Improvements in muted banner
-
Pedro Beschorner Marin authored
Fix localization of heading in presentation uploader
-
Ramon Souza authored
-
Philipp Memmel authored
-
- Mar 31, 2021
-
-
Anton Georgiev authored
Fix: making allowModsToUnmuteUsers=true work again
-
Mario Jr authored
When listen only fallbacks from Kurento to FreeSWITCH, we must guarantee the muted alert won't be created, speciallly because listen-only's fallback uses a flow similar to microphone's. Client currently crashes when this happens: this commit fixes this peoblem.
-
Mario Jr authored
We now stop the MediaStream (cloned/dummy input stream) when this is not needed anymore. We don't create/clone a new MediaStream when it already exists. Fixed eslint warning in muted-alert/component.jsx
-
Ramon Souza authored
-
Philipp Memmel authored
-