Ramón Souza
a1ac9fe11d
Merge pull request #15293 from ramonlsouza/restore-audio-shortcuts
...
fix: audio shortcuts regression
2022-07-04 21:09:27 +01:00
Ramón Souza
25164a6d8a
Merge pull request #15315 from JoVictorNunes/icon-component-refactor-Jul-04
...
refactor: Icon component rotate info
2022-07-04 21:08:02 +01:00
Tiago Jacobs
9ea4171af6
Add support to 2.6 by initializing stream active flag
2022-07-04 16:19:38 -03:00
Joao Victor
4ab0a82c7a
refactor: Icon component rotate info
2022-07-04 12:27:46 -03:00
Ramon Souza
9e246093f9
remove duplicated webcam label
2022-07-04 10:41:27 -03:00
germanocaumo
8cacd96a0c
fix(tldraw): fix shapes not persisting in production +
...
Tldraw uses the constructor name for session complete names:
80ed0bf27b/packages/tldraw/src/state/TldrawApp.ts (L2916)
So in production they are changed because of js minifier.
I changed the onCommand reactor to be one generic for all session:complete actions.
Also fixed some crashes with grouping and ungrouping shapes, in those cases the order of adding/removing is important because children have a reference to the father (grouping shape).
2022-07-02 14:16:45 +00:00
Anton B
c71e5c9f74
test: fix all 2.6 tests and temporarily skip inconsistent ones
2022-07-01 17:55:32 -03:00
GuiLeme
0b0cf2f6bf
[fix-tomcat-warnings] - verified if the Tomcat service has been installed
2022-07-01 14:38:26 -03:00
Ramon Souza
67abbe9489
only remove annotations/cursors when multiUser is disabled
2022-07-01 14:38:12 -03:00
Ramon Souza
f74beed916
fix(whiteboard): don't hide presenter's cursor
2022-07-01 14:37:23 -03:00
Ramon Souza
b5cf43b04e
fix: cursor displaying for another users
2022-07-01 14:35:16 -03:00
Ramon Souza
4acbce94cd
fix: clear cursors data on multi-user whiteboard off
2022-07-01 14:32:34 -03:00
Daniel Molkentin
6c98e4d854
temporarily increase verbosity
2022-07-01 19:32:06 +02:00
Joao Victor
66d3d2c13b
fix: clear fake annotations on multi-user whiteboard off
2022-07-01 14:31:14 -03:00
Paulo Lanzarin
3b820b60a9
Merge pull request #15299 from prlanzarin/u26/fix/vbg-stall
...
fix(webcam): prevent camera freeze due to _renderMask exceptions
2022-07-01 12:53:59 -03:00
Ramón Souza
baf7aa857a
Merge pull request #15304 from JoVictorNunes/fix-virtual-background-thumb-Jun-30
...
improvement: virtual background selector thumbnail
2022-07-01 14:05:39 +01:00
Joao Victor
93d98d9b3e
fix: margin unit
2022-06-30 17:10:48 -03:00
Anton Georgiev
fc07d85f9f
Merge pull request #15302 from gustavotrott/remove-vertx-akka-file
...
reaf: Removes vertx-akka file added unnecessarily
2022-06-30 16:05:01 -04:00
Gustavo Trott
f5adfbbecd
Removes vertx-akka file
2022-06-30 16:51:23 -03:00
Joao Victor
5e2c113cae
improvement: virtual background selector thumbnail
2022-06-30 16:39:50 -03:00
Gustavo Trott
807f0286c9
Merge pull request #14786 from paultrudel/recording-api-changes
2022-06-30 15:57:23 -03:00
KDSBrowne
438afa7db1
fix RTL cursor position
2022-06-30 16:48:42 +00:00
Joao Victor
ddcaa9590f
fix: disable Tldraw autofocus
2022-06-30 13:23:35 -03:00
Maxim Khlobystov
64e9cc65fc
Cleanup
2022-06-30 11:05:47 -04:00
Maxim Khlobystov
4ddbe75bc1
Minor fixes for presentation and connectionStatus test suites
2022-06-30 11:01:00 -04:00
Gustavo Trott
502523a048
Merge pull request #14562 from danielpetri1/container-approach
2022-06-30 11:33:47 -03:00
germanocaumo
c2db91b5f9
Merge branch 'v2.6.x-release' of https://github.com/bigbluebutton/bigbluebutton into tldraw-recording
2022-06-30 14:31:08 +00:00
prlanzarin
0c7c628f7a
fix(webcam): prevent camera freeze due to _renderMask exceptions
...
Under some scenarios, cameras are freezing when the virtual background
code is running due to runPostProcessing(_renderMask) throwing
NS_ERROR_FAILURE - mainly on Firefox - consequently preventing
subsequent TimerWorker ticks from being scheduled.
Cases where I've seen that happen are:
- conferences running under an iframe where the iframe is briefly
stalled for some reason
Address the issue with a try-catch and a log for debugability (it's high
frequency, hence why not error level). We should probably remove the log
entirely once we figure out why the post-processing method is failing.
2022-06-30 13:50:53 +00:00
Ramón Souza
1181b54a55
Merge pull request #15279 from KDSBrowne/2.6-mobile-cursor-fix
...
Fix Cursor Not Updating For Mobile
2022-06-30 14:10:11 +01:00
Anton Georgiev
cdd20b1cf2
Merge pull request #15296 from GuiLeme/update-rubocop
...
chore: Update rubocop in gemfile
2022-06-29 20:28:20 -04:00
Gustavo Emanuel Farias Rosa
b13039c31f
Detect screen share stop and propagate it to the application
2022-06-29 17:38:40 -03:00
GuiLeme
be62c6d19a
[update-rubocop] - ran bundle install and updated rubocop
2022-06-29 17:38:39 -03:00
Tiago Jacobs
2b953a47bb
Add structure to detect and forward full audio calls to mobile application
2022-06-29 17:38:38 -03:00
Tiago Jacobs
092f5bcafd
Add logic to skip webRTC replacement methods when it's not a screenshare
2022-06-29 17:38:34 -03:00
Tiago Jacobs
f459aec949
Fixes variable name to avoid colision with reserved arguments variable
2022-06-29 17:38:29 -03:00
Tiago Jacobs
75c8dcd491
Merge 2.6
2022-06-29 17:38:21 -03:00
Paulo Lanzarin
9d556a2c6d
Merge pull request #15283 from prlanzarin/u26/chore/def-local-echo
...
chore(audio): enable local echo test and volume meter by default
2022-06-29 17:30:01 -03:00
KDSBrowne
bf62362162
only render cursor label when mutiuser enabled
2022-06-29 20:27:14 +00:00
Paulo Lanzarin
8f6b65b23c
Merge pull request #15290 from prlanzarin/u26/fix/button-audio-props
...
fix: omit unused props in talking-indicator, input stream selector and EmojiButton
2022-06-29 16:45:57 -03:00
Paulo Lanzarin
240bb9e1cb
Merge pull request #15292 from prlanzarin/u26/fix/audio-undef-broker-onstop
...
fix(audio): check if broker exists before trying to stop
2022-06-29 15:42:05 -03:00
Paulo Lanzarin
885e0ca72c
Merge pull request #15281 from prlanzarin/u26/fix/sxs-callerId
...
feat: add user name to checkAuthorization response, [...]
2022-06-29 15:40:42 -03:00
Paulo Lanzarin
cfecac7375
Merge pull request #15287 from prlanzarin/u26/refactor/cleanup-transcoder
...
refactor: remove akka-bbb-transcode leftovers
2022-06-29 15:39:13 -03:00
Ramon Souza
a29b651d9c
restore audio mute / leave shortcuts
2022-06-29 15:19:30 -03:00
prlanzarin
f026c397d9
fix(audio): check if broker exists before trying to stop
...
There are scenarios where the full audio broker (SFU) stop procedure
may be called multiple times in a very short timestamp - eg a concurrent
stop + connection failure; a timeout in the transfer procedure + a
reconnect attempt, [...]. When that happens, calls to exitAudio may throw
errors if the broker was already released - and that's not the expected
behavior.
2022-06-29 17:44:52 +00:00
Daniel Petri Rocha
27edc515a4
Merge remote-tracking branch 'upstream/v2.6.x-release' into container-approach
2022-06-29 19:41:34 +02:00
prlanzarin
a8c689c8c3
refactor: remove akka-bbb-transcode leftovers
...
Follow up to the cleanup done in 143d9bbe87
2022-06-29 17:24:56 +00:00
prlanzarin
0fead2ebbb
fix: omit unused props in talking-indicator, input stream selector and emoji button
...
The talking-indicator, emoji-button and input-live-stream-selector
components are passing props downstream that weren't omitted or handled
by inherited components (Button, Icon). That causes a handful of error
logs to be spammed in the console of dev environments, which is
annoying.
This commit addresses the issue by:
- Making the talking, spoke, muted and isViewer props transient
(styled-components) - which means they won't reach the DOM (as
expected since they're style-only)
- Omitting the EmojiButton `rotate` prop in the Icon component itself
* Made that instead of transient because might be useful to migrate
the rotate code to the Icon component?
2022-06-29 17:15:46 +00:00
Anton Georgiev
61b269eca8
Merge pull request #15171 from GuiLeme/issue-15051
...
refactor: Removed all traces of Red5
2022-06-29 12:09:02 -04:00
Ramón Souza
9a480c247c
Merge pull request #15256 from ramonlsouza/issue-15252
...
fix: Recording indicator too subtle
2022-06-29 17:04:28 +01:00
Anton Georgiev
3c1bc3da6d
Merge pull request #15289 from antobinary/cleanup2
...
chore: cleanup of Travis + a few random files
2022-06-29 11:04:01 -04:00