- Mar 11, 2021
-
-
germanocaumo authored
use libopus decoder and encoder, its better than built-in ffmpeg/flac don't mix screenshare audio with mics, was generating desync with bad audio segments, encode it together with video file (TODO: needs adjustments in playback)
-
germanocaumo authored
-
Anton Georgiev authored
video-provider: add video pagination UI toggle (was #10970)
-
Anton Georgiev authored
Fix captions and guest list openPanel error
-
Anton Georgiev authored
Fix poll response text typo
-
Ramon Souza authored
-
Ramon Souza authored
-
Ramon Souza authored
-
Anton Georgiev authored
Fix locales url settings + captions locales order
-
Ramon Souza authored
-
Anton Georgiev authored
don't prompt for "Microphone" if that's the only option presented to the user
-
Anton Georgiev authored
Recording processing using MP4/OGG temporary files, stream copy, and …
-
Anton Georgiev authored
Submit typed polling response by pressing enter
-
Anton Georgiev authored
video-provider: add inbound/recvonly video reconnection (was #11233)
-
Ramon Souza authored
-
Anton Georgiev authored
re-implement chat sync and fix stucked loading indicator
-
Anton Georgiev authored
User logged out ValidateAuthToken retracted
-
Aron Engineer authored
-
Aron Engineer authored
-
Aron Engineer authored
-
Joao Siebel authored
-
Tainan Felipe authored
-
Tainan Felipe authored
-
prlanzarin authored
-
Ramón Souza authored
* moving locales folder to /public and applying changes needed to serve locales as static files * better dev/prod check * transifex pull script changes to match new locales directory + ignore locales with less than 100 lines * fix local/prod locales path * merge fallback messages * applies new locale changes to legacy client `bbb-html5.nginx` file content should also be changed to the following: ``` location /html5client/locales { alias /usr/share/meteor/bundle/programs/web.browser/app/locales; } location /html5client/compatibility { alias /usr/share/meteor/bundle/programs/web.browser/app/compatibility; } location /html5client/resources { alias /usr/share/meteor/bundle/programs/web.browser/app/resources; } location /html5client/svgs { alias /usr/share/meteor/bundle/programs/web.browser/app/svgs; } location /html5client/fonts { alias /usr/share/meteor/bundle/programs/web.browser/app/fonts; } location /html5client { # proxy_pass http://127.0.0.1:4100; # use for development proxy_pass http://poolhtml5servers; # use for production proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "Upgrade"; } ```
-
- Mar 10, 2021
-
-
Brent Baccala authored
-
Anton Georgiev authored
Editing poll options via drag and drop
-
Anton Georgiev authored
Fixes presentation invisible box appearing if presentation is hidden
-
prlanzarin authored
This is a workaround that shaves off some edge cases around wrongfully done camera reconnections and outbound cameras getting stuck in the UI even though they arent being shared anymore
-
prlanzarin authored
Problem: setReconnectionTimeout was being called in the first candidate generation to set the negotiation/reconnection timeout up. That caused some browsers or specific scenarios (mainly envs without STUN) to establish the negotiation (playStart) before generating any useful out-of-band candidates (relay). That would cause the timeout to be set AFTER it is supposed to be cleared due to success (playStart), making the webcam drop after a while So I moved the setReconnectionTimeout call to a safer spot: right after the first negotiation requisition goes out to bbb-webrtc-sfu
-
prlanzarin authored
-
prlanzarin authored
Reduce logging volume and payload size, perf
-
prlanzarin authored
-
Pedro Beschorner Marin authored
There's some scenarios that video errors triggers multiple toast notifications that don't have any mapped defined message feedback so they all drop to the default permission error. This leaves the impression that something is broken at the toast container. Since those messages don't bring up much information about the problem we can avoid sending them until we don't have a more informative one to notify the user.
-
Aron Engineer authored
-
prlanzarin authored
-
prlanzarin authored
-
Anton Georgiev authored
Fix legacy client with customHeartbeat:false
-
Maxim Khlobystov authored
-
Ramon Souza authored
-