Daniel Petri Rocha
164f00187d
Take disabledFeatures into account
2023-01-17 18:02:44 +01:00
GuiLeme
21145a8e70
[issue-16141] - implemented new configs for checkboxes in breakout rooms modal
2023-01-13 17:37:42 -03:00
Ramón Souza
6587e24af8
Merge pull request #16454 from ramonlsouza/issue-16356
...
fix(tldraw): cannot select multiple objects
2023-01-12 11:32:52 -03:00
Ramón Souza
24ff2ac8bf
Merge pull request #16447 from ramonlsouza/issue-16440
...
fix: Connection status tabs confusion
2023-01-12 08:52:03 -03:00
Ramón Souza
ae6d89c881
restore drag-to-select feature - whiteboard
2023-01-12 08:50:05 -03:00
Gustavo Trott
734221676e
Merge pull request #16170 from GuiLeme/disabled-transcriptions
2023-01-11 13:54:05 -03:00
Gustavo Trott
1e8a12134f
Merge pull request #16056 from danielpetri1/capture-slides-upload-toast
2023-01-11 10:44:13 -03:00
Ramón Souza
45b02a1fff
fix connection status tabs
2023-01-11 09:27:31 -03:00
Joao Victor
a99f0dc7fa
fix: user gets stuck in user-list when reverse-tabbing in Firefox
2023-01-09 14:35:24 -03:00
Joao Victor
eb2661ffc5
Fix user-list keyboard navigation
2023-01-09 14:29:57 -03:00
Daniel Petri Rocha
3b8bdef05b
Merge branch 'v2.6.x-release' into capture-slides-upload-toast
2023-01-09 16:03:44 +01:00
GuiLeme
78b165ed7c
Merge remote-tracking branch 'upstream/v2.6.x-release' into disabled-transcriptions
2023-01-09 10:58:25 -03:00
GuiLeme
f67f530b32
[disabled-transcription] - Renamed audioCaptions to liveTranscription (for disabledFeatures)
2023-01-09 10:47:22 -03:00
Joao Victor
86abefd8d6
Merge branch 'v2.6.x-release' into html5-accessibility-updates
2023-01-09 09:42:02 -03:00
Joao Victor
aa83c2ed8e
Revert user-list tabIndexes
2023-01-09 09:38:35 -03:00
germanocaumo
b94d91d117
fix(whiteboard): group similar answers in the poll text
2023-01-05 16:40:03 +00:00
hiroshisuga
57533cc3f1
Update component.jsx
2023-01-05 20:34:32 +09:00
Anton Georgiev
36b45c0824
Merge pull request #16172 from schrd/fix-issue-16171
...
fix: Only cache TURN Servers as long as credentials are valid and force firefox to use the turn server
2023-01-05 06:13:31 -05:00
Anton Georgiev
080fd3e86d
Merge pull request #16387 from KDSBrowne/bbb-a11y-03
...
fix: Add Active Status to Presentation Menu Item for SR
2023-01-04 13:23:04 -05:00
KDSBrowne
5de76f5ad4
add missing intl
2023-01-04 15:45:26 +00:00
KDSBrowne
f3f64d15db
use formatted active string
2023-01-04 15:24:39 +00:00
Daniel Schreiber
4347ff2e3b
Re-add option to disable enforce relay webrtc traffic for Firefox
...
There may be other bridges may not need to force relay traffic on
firefox as @prlanzarin pointed out. So set the default to a
configuration that works out of the box but leave other choices for the
operator.
The option is moved from kurento namespace to media next to the general
forceRelay option.
2023-01-03 23:21:25 +01:00
KDSBrowne
e633896a8a
restore eraser animation
2022-12-30 20:09:49 +00:00
hiroshisuga
c732409fdb
Shortcut expression
2022-12-29 19:05:32 +00:00
Anton Georgiev
2d742b654c
Merge pull request #15919 from prlanzarin/u26/fix/cam-reconn-issues
...
fix(webcam): intermittent client crashes when sharing camera (2.6)
2022-12-23 09:12:54 -05:00
Daniel Petri Rocha
a8657ff0ed
Merge branch 'v2.6.x-release' into capture-slides-upload-toast
2022-12-22 21:18:14 +01:00
Anton Georgiev
9184a16690
Merge pull request #16169 from JoVictorNunes/issue-16140
...
feat(whiteboard): reset zoom when switching presentation
2022-12-22 14:10:46 -05:00
Anton Georgiev
c0626900fe
Merge pull request #15679 from ramonlsouza/rename-external-pres-params
...
refactor: rename external upload parameters
2022-12-22 13:00:52 -05:00
Anton Georgiev
2cc37ff375
Merge pull request #16127 from ramonlsouza/fix-sortname
...
fix: incorrect userlist order if name starts with a space
2022-12-22 12:46:05 -05:00
Anton Georgiev
4f7e1b9d9a
Merge branch 'v2.6.x-release' into mute-all-test
2022-12-21 13:30:08 -05:00
Anton Georgiev
7eb84c2479
Merge pull request #16263 from KDSBrowne/bbb-a11y-02
...
fix: Remove Aria Live From Captions
2022-12-21 12:29:04 -05:00
Anton Georgiev
d82b61c02c
Merge pull request #16265 from KDSBrowne/bbb-a11y-04
...
fix: Update Control Labels In Settings
2022-12-21 12:27:56 -05:00
KDSBrowne
f266989421
update and add missing control labels in settings
2022-12-21 15:32:20 +00:00
KDSBrowne
c37262e2af
add selected to description of current presentation in actions dropdown
2022-12-21 15:30:13 +00:00
KDSBrowne
f6c8a31750
remove aria-live from captions
2022-12-21 15:24:53 +00:00
Anton Georgiev
3037f069bd
fix: hide export presentation hint if feature is disabled
2022-12-19 18:29:36 +00:00
Daniel Schreiber
74f37db4fa
Get rid of forceRelayOnFirefox
...
Firefox has a buggy ICE implementation and needs WebRTC media traffic to
be routed through a turn server to work reliably with mediasoup.
Use the information fetched by the STUN API to determine if the operator
has configured a turn server. If there is one force firefox to use it.
Closes #16164
2022-12-18 23:17:14 +01:00
Anton Georgiev
2c132f80c1
Merge pull request #16154 from gustavotrott/fix-breakout-dont-rembember-users
...
fix: Breakout rooms don't save room assigning
2022-12-16 16:19:25 -05:00
GuiLeme
b4afec689e
[disabled-transcription] - Created new disabledFeature audioCaptions
2022-12-16 17:04:14 -03:00
Joao Victor
2291477f3d
feat(whiteboard): reset zoom when switching presentation
2022-12-16 16:00:02 -03:00
Ramón Souza
c142d0eb9f
Merge pull request #16124 from ramonlsouza/issue-16059
...
Disable paste file in whiteboard
2022-12-16 13:12:28 -03:00
Gustavo Trott
97dcee009f
makes populateWithLastBreakouts get users from props instead of state
2022-12-15 17:28:44 -03:00
Ramón Souza
0cf1d09978
add early return to video list item if user data is unavailable
2022-12-15 14:49:47 -03:00
Joao Victor
4159d3fa35
Warn users that the presentation download link may not be accessible
2022-12-15 09:04:46 -03:00
Joao Victor
97ad47d010
Create a new checkbox component
2022-12-14 17:03:23 -03:00
Ramón Souza
064b554dfd
Merge remote-tracking branch 'upstream/v2.5.x-release' into merge-2526-dec14
2022-12-14 13:23:11 -03:00
Joao Victor
29495daa82
Automatically focus the poll question input on mount
2022-12-14 10:46:49 -03:00
Joao Victor
561345dd8d
Add localized language label for the locale dropdown
2022-12-14 10:21:44 -03:00
Joao Victor
d87839bae1
Darken active tab button of the connection status modal
2022-12-13 17:37:14 -03:00
Joao Victor
1a853b309a
Add hint for when a presentation is exported
2022-12-13 15:20:59 -03:00