- Mar 29, 2021
-
-
Tiago D J authored
-
- Mar 23, 2021
-
-
Anton Georgiev authored
Avoid localhost at notes endpoint
-
- Mar 22, 2021
-
-
Pedro Beschorner Marin authored
Use 127.0.0.1 instead of localhost since Etherpad only listens for ipv4.
-
- Mar 19, 2021
-
-
Anton Georgiev authored
Updated versions of npm packages for bbb-html5 on 2.2
-
- Mar 18, 2021
-
-
Anton Georgiev authored
-
Anton Georgiev authored
kurento-utils: update UAParser and js.merge
-
prlanzarin authored
-
prlanzarin authored
-
- Mar 10, 2021
-
-
Anton Georgiev authored
-
Anton Georgiev authored
Observe both added and changed events when user joins
-
Mario Jr authored
Depending on the sequence of events on the server, user sometimes is added to the users collection with the name information, and sometimes this information is updated in a second moment. Once we need the username to show the push notification, we observe changes on this field for both added and changed event. Closes #11307
-
Anton Georgiev authored
Fix audio and push alerts for user join
-
Anton Georgiev authored
Improve the way store information about breakout audio transfer
-
Mario Jr authored
When validating tokens, the dummyUser created at the beginning is set with validated=true. This means there won't be the state change that used to occur from validated:false to validated:true (which detects the moment joined the meeting) , therefore the alert code that expects for this change won't run. To fix this for audio alerts, we now detect when user join by observing additions in Users's collection. This is actually good because we start observing this only once (in componentDidMount), differently we used to do, by calling this every time the tracker was activated. To distinguish between the user addition that initially populates user's collection from those that happens after user join (which are the ones we want), we store the initial state (at componentDidMount) and compare it with new additions. If the user added is present at the initial state, then it is an addition to populates the collection, otherwise this is a real user addition (happened after user joined the meeting) Partially fixes #11399
-
- Mar 08, 2021
-
-
Mario Jr authored
When leaving audio/reconnecting , we must update breakout audio transfer state. Related to the issue #11333
-
Mario Jr authored
We now update breakout'a audio transfer status by using an object
-
Mario Jr authored
Currently this information is lost everytime breakout-room component is unmounted, causing the panel to shows wrong information during next renders Fixes #11333
-
- Mar 05, 2021
-
-
Anton Georgiev authored
Backport audio improvements from 2.3
-
Mario Jr authored
Without 'exact' match, the browser fallbacks to the default inputDeviceId This prevents the error (input device error) when breakout is ended and we try to skipCheck the microphone when user returns to main room (assuming the user had the microphone active before joining breakout room).
-
Mario Jr authored
Prevent toggleMute api call to be called for listenonly This has no effect to the end user, but avoids unnecessary server calls
-
Mario Jr authored
Fixes #11490
-
Mario Jr authored
Fixes #11489
-
- Mar 04, 2021
-
-
Dixon Fred authored
Bump to 2.2.35
-
Dixon Fred authored
-
- Mar 03, 2021
-
-
Dixon Fred authored
Fix padId getter
-
Pedro Beschorner Marin authored
Pad exporter uses this same location to serve pad's downloaded content but the the match was failing because padId is not the last element of the URL on that scenario. Pattern follows /pad/p/<padID>[/export/(format)]?<query>.
-
- Mar 02, 2021
-
-
Anton Georgiev authored
Improve permission checks for video, screen sharing and listen only
-
Anton Georgiev authored
Update handleClick condition (fix text-area for FireFox)
-
KDSBrowne authored
-
Anton Georgiev authored
Rework padIds and turn bbb-web pad aware
-
Anton Georgiev authored
-
Anton Georgiev authored
-
- Feb 26, 2021
-
-
Dixon Fred authored
Bump to 2.2.33
-
Dixon Fred authored
-
- Feb 24, 2021
-
-
Anton Georgiev authored
Set falllback value of voiceConf.ejectRogueVoiceUsers to true
-
Anton Georgiev authored
-
Anton Georgiev authored
Disable customHeartbeat 10826
-
Anton Georgiev authored
-
- Feb 23, 2021
-
-
Anton Georgiev authored
Clean up HTMLAudioElement used for notification sounds
-
Mario Jr authored
After ending the notification playback, we set the ".src" property to null, which immediately stop the internal player of mobile browser (tested on Chrome for Android - device list is on #11458). For the specific list of devices, this prevents the internal buffer error "-61" described in #11458. Fixes #11458.
-