- Jul 02, 2021
-
-
Mario Jr authored
-
- Jun 30, 2021
-
-
germanocaumo authored
More than 5 answers are now of Custom type poll and answers passed directly. Increase A-I slide options detection
-
- Jun 04, 2021
-
-
Tainan Felipe authored
-
- Jun 02, 2021
-
-
Tainan Felipe authored
-
- Jun 01, 2021
-
-
Anton Georgiev authored
-
- May 31, 2021
-
-
Anton Georgiev authored
-
germanocaumo authored
-
- May 29, 2021
-
-
germanocaumo authored
Include the new poll text in the chat export function. Refactor some chat type constants. Also fixes empty lines in the export chat file.
-
- May 18, 2021
-
-
Ramon Souza authored
-
- May 12, 2021
-
-
Anton Georgiev authored
-
- May 11, 2021
-
-
Joao Siebel authored
-
- May 06, 2021
-
-
Mario Junior authored
Explicitly set showAudioFilters to true Co-authored-by:
Anton Georgiev <antobinary@users.noreply.github.com>
-
Mario Jr authored
This allows showing (or hiding) the option from users in the conference. Default value is true (show this option to users). Fixed some eslint warnings.
-
- May 04, 2021
-
-
Mario Jr authored
When listenOnlyMode=false, skipCheck=true and skipCheckOnJoin=true, the audio tries to start a session more than one time, causing it to fail at the first one (and reconnect after that). Now we check if user is already connecting before trying to start a new audio session. Added some info in settings.yml for the options related to this commit Closes #12190
-
- Apr 30, 2021
-
-
Anton Georgiev authored
-
- Apr 29, 2021
-
-
Joao Siebel authored
-
- Apr 28, 2021
-
-
Maxim Khlobystov authored
-
- Apr 26, 2021
-
-
Anton Georgiev authored
-
Anton Georgiev authored
-
- Apr 24, 2021
-
-
prlanzarin authored
-
- Apr 23, 2021
-
-
Pedro Beschorner Marin authored
Simplify how connection status inteval is configured and make server log the solo logging option.
-
- Apr 22, 2021
-
-
Paulo Lanzarin authored
Set paginationSorting to VOICE_ACTIVITY_LOCAL by default (audio floors -> alphabetical -> local stream). Rationale: a more sensible default mode for pagination that actually works a bit better for the end user than the previous mode (presenter -> alphabetical). Should reduce the need for page switching by focusing on the ones that are actually active in the conference.
-
Ramon Souza authored
-
- Apr 20, 2021
-
-
Joao Siebel authored
-
- Apr 19, 2021
-
-
Vitor Mateus De Almeida authored
-
- Apr 16, 2021
-
-
Vitor Mateus De Almeida authored
-
- Apr 12, 2021
-
-
prlanzarin authored
Video streams can be sorted by voice floor activity in the client according to FreeSWITCH´s floor events. The feature works together with pagination, essentially giving an Last-N like experience while not disrupting too much Made video stream sorting extensible in a way. The sorting modes for pagination and unbounded can be configured in settings.yml and new sorting modes can be added to the stream sorting util under video-provider. Inline docs explain how to do that Changed how the stream ID attribute from video-streams collection was passed to downstream components; we had an array map that was executed every change just to map stream to cameraId, which is bizarre. So I changed the cameraId usage in downstream components to be conformat with the collection attributes and shaved off the map where it wasnt needed Add better selectors to video-list-item container´s VoiceUser fetch
-
- Apr 06, 2021
-
-
Anton Georgiev authored
-
- Apr 05, 2021
-
-
Ramon Souza authored
-
- Apr 01, 2021
-
-
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
-
- Mar 30, 2021
-
-
Anton Georgiev authored
Packaging already replaces `url: ETHERPAD_HOST` so it should be safe to have `note:enabled: true`
-
- Mar 29, 2021
-
-
Mario Jr authored
By default this is set to true, allowing users to dynamic change audio devices Fixed a few linter warnings
-
Paulo Lanzarin authored
Making the default transition a bit earlier so that we can field trial it just to be sure enough it's safe.
-
prlanzarin authored
Plan B is going to be phased out of Chrome soon and we should be testing it with unified plan
-
- Mar 28, 2021
-
-
Paulo Lanzarin authored
Bump base and max screenshare timeouts to 30s and 60s to follow the values we currently use for cameras.
-
- Mar 26, 2021
-
-
Pedro Beschorner Marin authored
- Removed the connection-status history from the user list's gear icon and now is opened by the connection-status button. Moderators will render the same modal as before and viewers will only have access to their own data. - Added data-savings shortcut at the connection-status modal. - Added websocket round-trip time.
-
- Mar 24, 2021
-
-
Anton Georgiev authored
-
Paulo Lanzarin authored
Making the default transition a bit earlier so that we can field trial it just to be sure enough it's safe.
-
- Mar 23, 2021
-
-
Mario Jr authored
This sets back the default value after fixes done in #11272 and #11268
-
Ramon Souza authored
-