Daniel Petri Rocha
16b3d43f19
Initial back-end wiring for breakout slides capture
2022-09-04 22:34:04 +02:00
Gustavo Trott
f7f20f3e2e
Merge pull request #15251 from ramonlsouza/issue-15001
2022-09-02 09:44:10 -03:00
Joao Victor
396f5320a4
feat(camera): set camera brightness
2022-08-26 11:50:46 -03:00
Arthurk12
0ede0fa0e9
feat(captions): change transcription language on the fly
...
Adds a chevron button that allows enabling/disabling and changing the
language of the automatic transcription.
2022-08-24 15:40:03 +00:00
prlanzarin
89e814d570
fix(audio): centralize device change code, add rollbacks, surface errors
...
There's no rollback procedure in case a device switch fails right now,
nor does the code entrypoints that call the switching procedures wait
for resolution or failure before marking the new device as chosen. That
may cause inconsistent states in a couple of ways:
- No rollback: switch fails, audio is still on but no actual
microphone input is being transmitted
- Not waiting for resolutions: inconsistent chosen devices on failures
Device switching errors are also not surfaced to the end user
This commit:
- Adds device rollback and proper resolution/failure response
awaits to try and make the state a bit more consistent.
- Centralizes the input device switching code to be reused between
different bridges
- Centralizes device ID state management in audio-manager to try and
mantain them a bit more consistent across the board
- Surface device switching failures to the end user
- Guarantee device IDs are set to the session storage on all
appropriate scenarios
2022-08-24 13:28:27 +00:00
KDSBrowne
7f4151e6eb
update shortcut keys list
2022-08-09 11:45:46 +00:00
Localization Server
69f1b133ba
chore: Pulled the latest 2.5 HTML5 locales from Transifex
2022-08-08 10:15:28 -03:00
Ramón Souza
7408523b2c
Merge pull request #15473 from KDSBrowne/bbb-15381
...
refactor: Add Whiteboard Shortcuts to Help Modal
2022-08-03 10:23:41 -03:00
Ramón Souza
ded8493f05
Merge remote-tracking branch 'upstream/v2.5.x-release' into 2526-aug3
2022-08-03 09:53:41 -03:00
KDSBrowne
b838d3862d
localize tabs in shortcut modal
2022-08-02 11:43:29 +00:00
KDSBrowne
aabfdbb991
update shortcut modal style | add new shortcuts for WB
2022-08-01 22:41:48 +00:00
Ramón Souza
d9f2660d6a
Merge pull request #15330 from JoVictorNunes/vb-improvements-Jul-04
...
improvement(virtual background): better error handling, notifications…
2022-07-28 09:25:00 -03:00
Ramón Souza
ccce085aed
Merge remote-tracking branch 'upstream/v2.6.x-release' into issue-15001
2022-07-27 09:49:19 -03:00
Gustavo Trott
acb0465266
Merge pull request #15412 from JoVictorNunes/export-presentation
2022-07-26 17:49:09 -03:00
Ramón Souza
a61f0ec49b
Update en.json
2022-07-26 10:59:24 -03:00
Daniel Petri Rocha
6ac3040d4a
Fix multiple pres. export; include PresId in NewPresAnnFileAvailable msg.
2022-07-26 15:19:23 +02:00
Ramón Souza
4f39e419ac
Merge pull request #15421 from gabriellpr/waiting-list-feedback
...
fix: Adding notification to waiting users list
2022-07-26 09:06:20 -03:00
Joao Victor
07434d238c
refactor: toast notification rework
2022-07-25 18:56:26 -03:00
Joao Victor
5c6c28cdd2
Fix conflicts
2022-07-25 15:14:27 -03:00
Gabriel Porfirio
15b28d52fe
updating feedback message
2022-07-22 13:27:39 -03:00
Pedro Beschorner Marin
51eeb092b3
refactor(captions): configurable languages
...
Move the language collection to the HTML settings file. This data defines
the available languages available for the speech API.
These language tags are used to filter SpeechSynthesis' API `getVoices`
result. Tags must use BCP 47 format.
https://developer.mozilla.org/en-US/docs/Web/API/SpeechSynthesisVoice/lang
2022-07-20 17:20:52 +00:00
Pedro Beschorner Marin
df184b542c
feat(captions): add unsupported warning
...
Add a disclaimer for users on browsers that do not provide speech synthesis'
voices.
2022-07-20 17:20:51 +00:00
Pedro Beschorner Marin
d6dc66f57e
feat(captions): language selector
...
Replace the checkbox with a selector up with 3 languages: en-US, es-ES and pt-BR.
Add setting option to enable by default with predetermined locale.
2022-07-20 17:20:50 +00:00
Pedro Beschorner Marin
0bc730b3e3
refactor(captions): improve recovery
...
Use the user's talking state to trigger a speech API recovery after long
periods of silence.
2022-07-20 17:20:48 +00:00
Pedro Beschorner Marin
944edf2ccf
feat(captions): web speech prototype
...
Hardcoded pt-BR prototype for closed captions generated by the browser's
WebSpeech API.
2022-07-20 17:20:48 +00:00
Joao Victor
cff1c087a8
feat: front-end support for exporting presentations with annotations
2022-07-19 16:36:00 -03:00
Ramón Souza
73c4bebe9b
Merge pull request #15248 from JoVictorNunes/issue-15240
...
fix: missing translations for some labels on L. A. Dashboard
2022-07-18 21:19:45 +01:00
Localization Server
35ca527d94
chore: Pulled the latest 2.5 HTML5 locales from Transifex
2022-07-18 15:38:01 -03:00
Localization Server
1539f402c7
chore: Pulled the latest 2.6 HTML5 locales from Transifex
2022-07-18 16:58:19 +00:00
Paulo Lanzarin
383fe89653
Merge pull request #15364 from prlanzarin/u26/refactor/kutils-kboom
...
refactor: remove kurento-utils-js
2022-07-15 14:53:10 -03:00
Ramon Souza
db5ac1428a
Merge tag 'v2.5.3' into merge25-26-jul14
2022-07-15 11:08:02 -03:00
prlanzarin
72c0b23b9d
refactor: remove kurento-utils from compatibility
...
Phased out.
2022-07-15 14:00:12 +00:00
prlanzarin
7b76d2e88f
fix: change local echo Stop hearing
locale to Stop audio feedback
2022-07-13 13:59:49 +00:00
prlanzarin
029c957b22
fix(webcam): handle stream inactivation/gUM revocations
...
The 'inactive' event is fired whenever the stream gets inactive (ie it
cannot be used anymore), and there are scenarios where that is
unexpected behavior and must be handled accordingly.
The main example of that is when gUM permissions are revoked by the user
via the browser's permission management panel.
Since MediaStream/Track inactive events aren't being handled in such
scenarios, what actually happens is that the camera just freezes without
further indication why.
This commit handles those scenarios in both video-preview and
video-provider by:
- 1) correctly stopping the camera (provider)
- 2) surfacing a toast (provider) or error indication (preview)
2022-07-12 22:03:01 +00:00
Ramón Souza
f66481411e
Merge pull request #15239 from JoVictorNunes/issue-15059
...
fix: screen sharing data saving option
2022-07-06 14:42:41 +01:00
Joao Victor
aaf7f8e78e
improvement(virtual background): better error handling, notifications, performance
2022-07-06 10:38:40 -03:00
Localization Server
c27749aebe
chore: Pulled the latest 2.6 HTML5 locales from Transifex
2022-07-05 17:35:49 +00:00
Localization Server
6079e02b2a
chore: Pulled the latest 2.5 HTML5 locales from Transifex
2022-07-05 09:29:22 -03:00
Ramón Souza
b13725d60c
Merge pull request #15223 from ramonlsouza/bbb-icons-jun21
...
chore: pull latest bbb-icons, add woff2 font
2022-06-29 14:16:54 +01:00
Ramon Souza
45dae6953d
external upload area in presentation upload modal
2022-06-24 13:47:17 -03:00
Joao Victor
44e0c072d5
fix: missing translations for some labels on L. A. Dashboard
2022-06-24 11:42:22 -03:00
Localization Server
d2a04edf67
chore: Pulled the latest 2.6 HTML5 locales from Transifex
2022-06-23 15:37:19 +00:00
Joao Victor
24504178a6
fix: screen sharing data saving option
2022-06-23 10:05:11 -03:00
Anton Georgiev
4402f20c34
chore: Merged BBB 2.5.2 into v2.6.x-release
2022-06-22 16:11:48 +00:00
Localization Server
bda31d0875
chore: Pulled the latest 2.5 HTML5 locales from Transifex
2022-06-21 15:21:37 +00:00
Ramon Souza
2a897d9930
update bbb-icons
2022-06-21 11:11:02 -03:00
Ramon Souza
edeb70de0d
Merge tag 'v2.5.1' into merge25-26-jun16
2022-06-16 13:58:54 -03:00
Ramon Souza
4f3600e683
rename snapshot button label
2022-06-08 15:24:46 -03:00
Joao Victor
2a1401f2ae
Merge remote-tracking branch v2.6.x-release into virtual-background-upload
2022-06-01 16:50:29 -03:00
Joao Victor
936829338d
fix: localize default button label for custom backgrounds
2022-05-31 11:38:24 -03:00
Mario Junior
f6d7706626
Merge pull request #15075 from frankemax/emoji-picker-v3
...
feat(emoji-picker): add component
2022-05-31 10:34:25 -03:00
Localization Server
44ec5c9460
chore: Pulled the latest 2.4 HTML5 locales from Transifex
2022-05-30 14:42:32 -03:00
Max Franke
4cf98010a9
feat(message-form): add emoji button
2022-05-24 14:20:55 -03:00
Ramón Souza
211953b242
Merge pull request #15013 from ramonlsouza/multi-tab-fix
...
fix: prevent user join from multiple tabs with same sessionToken
2022-05-23 14:31:53 +01:00
prlanzarin
acefde48a1
refactor: use webrtc-adapter package, remove static script from compatibility
2022-05-20 19:11:12 +00:00
CristianSilvaGrosseli
5c6bf08b78
feat(emoji-picker): add component
2022-05-19 17:40:29 -03:00
Fred Dixon
fe7a2d6c7f
Better wording on breakout room actions
2022-05-15 13:52:28 -05:00
Anton Georgiev
c4874398f6
chore: Merge 2.5.0-rc.2 into develop
2022-05-13 21:03:34 +00:00
Ramon Souza
5397498746
prevent user join from multiple tabs with same sessionToken
2022-05-13 16:18:51 -03:00
Localization Server
a494d5b66c
chore: Pulled the latest 2.4 HTML5 locales from Transifex
2022-05-13 09:41:54 -03:00
Joao Victor
a7e5869c91
feat(video): upload of own webcam virtual background
2022-05-10 14:17:16 -03:00
Ramon Souza
0d3a5326fc
Merge remote-tracking branch 'upstream/v2.5.x-release' into 25260-may10
2022-05-10 10:53:00 -03:00
prlanzarin
d8c67aa428
refactor: remove play and retry code from kurento-utils
...
Code was marked for review - isn't necessary anymore and was triggering a static
code analysis alert as well. Simplified it to a good extent.
Also removed some trailing whitespaces from the file so that my editor stops
bothering me.
2022-05-08 20:33:08 +00:00
Ramon Souza
48a79ea7aa
Merge remote-tracking branch 'upstream/v2.4.x-release' into 24-25-may-6
2022-05-06 14:30:41 -03:00
Mario Junior
dced094ad7
Merge pull request #14833 from lfzawacki/develop-bbb
...
New Layout code and push layout states for camera position, size, focus and presentation minize
2022-05-04 16:51:06 -03:00
Paulo Lanzarin
da958b6874
Merge pull request #14916 from prlanzarin/lift-audio-moda-echo-button
...
refactor(microphone): UI tweaks in the local echo audio test button
2022-05-03 14:50:59 -03:00
Ramón Souza
a2c794b5fd
Merge pull request #14905 from gabriellpr/subtitles-viewers
...
Implements a subtitles button for viewers.
2022-05-02 19:16:17 +01:00
gabriellpr
15eb6c9980
applying subtitles option for the viewers
...
Implementing subtitles button for viewers
fix: activate/deactivate closed captions
changing button layout
changing button layout
Fix a few things
2022-04-29 16:30:12 -03:00
Localization Server
aac1f79221
chore: Pulled the latest 2.5 HTML5 locales from Transifex
2022-04-29 19:18:42 +00:00
Arthurk12
1d677b1263
feat(microphone): UI tweaks about echo test button
2022-04-29 19:07:08 +00:00
Joao Victor
34503251cf
refactor: poll component - merge both auto optioning and file drag&drop into one single thing
2022-04-29 12:04:45 -03:00
Localization Server
2c41fcdd68
chore: Pulled the latest 2.4 HTML5 locales from Transifex
2022-04-28 10:50:00 -03:00
Anton Georgiev
1e038e7855
Merge pull request #14732 from frankemax/hide-webcam-info-small
...
feat(video): hide webcam container info depending on container size
2022-04-27 11:16:56 -04:00
Lucas
2db9a1b343
Merge branch 'develop' into develop-bbb
2022-04-26 15:08:43 -03:00
Anton Georgiev
825cfc8d9f
Merge pull request #14666 from OneScreenSolutions/feat-poll-auto-options
...
feat: Feat poll auto options
2022-04-18 09:52:14 -04:00
Anton Georgiev
9a8264ec6c
Merge pull request #14736 from prlanzarin/u25-wave-idea3
...
feat(audio): local echo test and audio energy meter
2022-04-14 17:07:28 -04:00
Gustavo Trott
9ceed22337
Merge branch 'develop' into remove-breakout-invitation-mode
2022-04-14 16:17:04 -03:00
Anton Georgiev
c00b8f5fd9
Merge pull request #14829 from ramonlsouza/issue-6244
...
feat: Confirm dialog on clear all annotations
2022-04-14 14:55:27 -04:00
Lucas Zawacki
378d0f18a0
Merge branch 'develop' of https://github.com/bigbluebutton/bigbluebutton into develop-bbb
2022-04-14 18:48:02 +00:00
Gustavo Trott
70ee42237c
Remove past invitation mode
2022-04-14 14:38:14 -03:00
Ramon Souza
5b52665cd2
add confirmation modal to clear all annotations whiteboard action
2022-04-14 10:54:53 -03:00
Anton Georgiev
3ce6dbf997
Merge pull request #14665 from JoVictorNunes/breakout-update
...
feat: move users among breakouts
2022-04-14 08:22:49 -04:00
Lucas Zawacki
83847a21aa
Merge branch 'v2.5.x-release-Layouts' of github.com:lfzawacki/bigbluebutton into develop-bbb
2022-04-13 21:08:32 +00:00
Anton Georgiev
aaef76cd2e
Merge branch 'v2.5.x-release' of github.com:bigbluebutton/bigbluebutton into merge-25-dev
2022-04-13 20:58:02 +00:00
gustavo-em
2f6fe788a1
ajusts
2022-04-13 13:44:23 -03:00
gustavo-em
f40fcc1696
translations to mobile app
2022-04-13 13:13:38 -03:00
prlanzarin
c9eeffb71e
fix(audio): guarantee audio settings devices are present and labelled
...
For scenarios where streams are produced in AudioSettings (local echo,
volume meter), force gUM resolution before devices are enumerated.
This effectively guarantees that all devices are present, labelled and
with deviceIds.
2022-04-12 21:33:17 +00:00
Localization Server
763d8edd55
chore: Pulled the latest 2.4 HTML5 locales from Transifex
2022-04-12 16:43:08 -03:00
Ramon Souza
7735abb16e
localize keys in shortcut modal
2022-04-12 13:49:10 -03:00
Anton Georgiev
8ab4023eb5
Merge pull request #14783 from frankemax/bbb-darkmode-25
...
feat(theme): add dark mode
2022-04-12 10:35:31 -04:00
Gustavo Trott
77a8aba1f5
Merge remote-tracking branch 'upstream/develop' into breakout-updated
2022-04-12 09:54:25 -03:00
Gustavo Trott
102eee3ba5
Backend portion of breakout Manage Users
2022-04-12 09:50:19 -03:00
Max Franke
c01c778a2e
feat(video): hide webcam stuff when squeezed
...
Hide the default buttons when video container is too small.
Groups the functionality of other buttons into just one button.
2022-04-11 18:48:17 -03:00
prlanzarin
d6c7f23a0e
feat(audio): local echo test and audio energy meter
...
New features:
- A simplified echo test mode that only does a local loopback (instead of
going to FS and back)
- A volume meter for microphone streams to the AudioSettings view
Those two features are experimental and disabled by default; see
public.app.media.simplifiedEchoTest and public.app.media.showVolumeMeter configs
Collateral changes:
- fix: localize fallback device strings in AudioSettings/DeviceSelector
- Refactor on some media stream utils to be re-usable across components
- Refactor in AudioSettings to keep gUM #uses stable.
* TODO: need to pass streams through AudioManager to avoid the surplus gUM.
- fix(audio): drop ScriptProcessorNode usage (deprecated)
* Used in volume meter for tracking - use hark instead
2022-04-11 19:21:56 +00:00
Anton Georgiev
1500fb6a29
Merge branch 'v2.5.x-release' of github.com:bigbluebutton/bigbluebutton into merge-25-dev
2022-04-09 00:55:25 +00:00
Anton Georgiev
33575e60e6
Merge branch 'develop' of github.com:bigbluebutton/bigbluebutton into v2.5.x-release
2022-04-09 00:48:14 +00:00
Ramon Souza
1c873bd8d6
Merge remote-tracking branch 'upstream/v2.4.x-release' into merge-2425-apr08
2022-04-08 17:30:21 -03:00
Max Franke
6b05e431dd
feat(theme): add dark mode theme
2022-04-08 16:05:29 -03:00
Joao Victor
dfa8797f97
Merge remote-tracking branch 'upstream/develop' into breakout-update
2022-04-07 18:01:30 -03:00
Anton Georgiev
4188d254c3
Merge pull request #14765 from ramonlsouza/pr-14751
...
refactor: Notifications rework
2022-04-07 16:35:29 -04:00