Ramón Souza
a813624f01
Merge pull request #19177 from Scroody/issue-12614
...
feat: leave meeting button
2024-02-23 14:13:01 -03:00
João Victor
91406bdac9
fix: prop types, tooltip options and setting changes
2024-02-16 17:25:43 -03:00
André
a622ce6265
Labeless leave meeting applied and also tweaks
2024-02-06 10:12:25 -03:00
Ramón Souza
b674d8a912
migrate setPresentation action
2024-01-23 09:51:14 -03:00
Ramón Souza
fd488ae9d9
Merge remote-tracking branch 'upstream/v3.0.x-release' into migrate-timer-actions
2024-01-18 08:33:43 -03:00
Ramón Souza
0120548528
migrate deactivateTimer action
2024-01-16 13:51:36 -03:00
Ramón Souza
05225427a2
migrate activateTimer action
2024-01-16 11:19:11 -03:00
Ramón Souza
0f046de941
migrate assignPresenter meteor call
2023-12-07 10:02:13 -03:00
Ramón Souza
761d42cbcf
remove external-video-meetings collection and related files
2023-11-29 14:22:59 +01:00
Guilherme Pereira Leme
eb7adfb994
feat(plugins): code refactor for readability ( #19222 )
...
* [plugin-sdk-refactor-organization] - rearrange of files and folders (WIP)
* [plugin-sdk-refactor-organization ] - final touches
* [plugin-sdk-refactor-organization ] - fix
* [plugin-sdk-refactor-organization ] - update SDK
2023-11-28 15:31:28 -03:00
Ramón Souza
18c6ea0cff
rename participants and chat layout
2023-11-28 11:41:24 +01:00
vitoralmeida
9cb8f05a67
feat(layout-manager): hide unnecessary controllers #18879
2023-11-24 17:23:22 -03:00
Ramón Souza
1c636c4cce
Merge pull request #19004 from gabriellpr/test-timer
...
test: Timer and stopwatch
2023-11-15 10:03:15 -03:00
Gabriel Porfirio
e274cb595b
few improvements on the test
2023-10-25 17:29:52 -03:00
Gabriel Porfirio
c14cb70f7d
data-test for testing
2023-10-24 09:57:08 -03:00
Ramón Souza
1575a093d1
use graphql to fetch presentation list in actions dropdown
2023-10-17 10:20:24 -03:00
Ramón Souza
10be312d00
remove podId param from components
2023-10-11 15:41:20 -03:00
Ramón Souza
37182c56ef
remove presentation-pod component + presentation service
2023-10-11 11:21:35 -03:00
GuiLeme
dedd7b4524
[plugin-sdk-issue-4] - Added action button dropdown extensible area and refactor code
2023-09-15 15:42:02 -03:00
Ramón Souza
798cb8df82
Merge pull request #18638 from GuiLeme/refactor-bbb-menu
...
refactor: add isSeparator option as a menu item
2023-09-04 13:06:11 -03:00
prlanzarin
38965d100c
fix: expose camera as content in mobile endpoints
...
It's actively blocked in code, but I think that's an oversight -
probably leftover from an initial iteration of the feature.
It should be useful in mobile endpoints and it's also supposed to work
seamlessly due to how the feature is implemented.
Lift the mobile block and expose "camera as content" in the presenter's
actions dropdown.
2023-08-24 18:49:53 -03:00
GuiLeme
f65471b131
[refactor-bbb-menu] - add isSeparator to enhance readability
2023-08-24 11:59:04 -03:00
Ramón Souza
866c40f84f
Merge remote-tracking branch 'upstream/v2.6.x-release' into 2627-aug10
2023-08-10 11:49:01 -03:00
KDSBrowne
632b7764bf
move fitToWidth state up to app component ( #17982 )
2023-08-04 16:41:42 +00:00
Anton B
1024930a32
test: disabled features test fixes and managePresentationButton selector update
2023-07-25 15:26:42 -03:00
Scroody
125811f0d3
Merge remote-tracking branch 'upstream/v2.7.x-release' into fix-warnings
2023-07-20 14:10:47 -03:00
Scroody
0a1428b862
Time features label change
2023-07-19 15:00:48 -03:00
Scroody
86f4e372f8
Fix: Warnings when creating a new meeting
2023-07-19 13:22:50 -03:00
Anton Georgiev
e32a5feabe
Merge pull request #18304 from gabriellpr/new-disabled-features-test
...
test: slide snapshot, camera as content disabledFeatures tests
2023-07-12 14:06:07 -04:00
Gabriel Porfirio
251bf6867b
4 tests for disabledFeatures, slide snapshot, camera as content
2023-07-12 08:55:49 -03:00
Ramón Souza
870d773fdf
remove unused code
2023-07-07 13:22:34 -03:00
Ramón Souza
804d7e859c
change labels, update push layout experience
2023-07-07 09:53:58 -03:00
Arthurk12
104550d46f
fix(timer): sidebar content when activated
...
Changes the behavior of activating the timer. The behavior set by this commit
is: when the timer is activated, only the moderator who triggered it will see
the sidebar content switch to the timer. This change required hanging an
observer to catch the timer activation and dispatch the sidebar content
change since timer messages are passing through akka.
2023-06-29 18:24:40 -03:00
André Castro
5af5151219
Merge branch 'v2.7.x-release' into I-18137
2023-06-15 11:50:02 -03:00
André Castro
34130b06d6
Lint error caused by prettier
2023-06-15 11:41:03 -03:00
Scroody
c5250d1ee5
Lint corrections requested
2023-06-14 15:04:58 -03:00
Scroody
11169b76ff
conflict resolving
2023-06-14 11:32:52 -03:00
Scroody
450cbe5451
Client: Timer added as disabled feature
2023-06-13 15:54:16 -03:00
André Castro
403d78c2e7
Update bigbluebutton-html5/imports/ui/components/actions-bar/actions-dropdown/component.jsx
...
Co-authored-by: Gustavo Trott <gustavo@trott.com.br>
2023-06-13 13:32:46 -03:00
Scroody
294fda2c6f
Client: Camera as content as conent added to disabled features
2023-06-13 11:25:09 -03:00
GuiLeme
2cf46e4d05
[port-timer-with-events-suggestions] - made review suggestions
2023-06-08 16:37:32 -03:00
Paulo Lanzarin
5447666c15
Merge branch 'v2.7.x-release' into port-timer
2023-05-26 10:33:38 -03:00
Anton Georgiev
1a1f442d5a
Merge pull request #17746 from Carloshsc/port-present-webcam-27
...
feat(camera as content): present webcam
2023-05-26 08:01:40 -04:00
Arthurk12
f13217607e
feat(timer): add model and messages to akka apps
...
This commit makes the messages of the timer feature to be proxied by
akka-apps and also adds a timer model that is updated based on these
messages.
Moving the timer panel opening logic to the timer button component in
the navigation panel was a consequence of these changes.
2023-05-18 15:29:42 -03:00
Carlos Henrique
0659f15211
fix(disabledFeatures) add timer
...
"disableFeatures=timer"
2023-05-18 15:29:41 -03:00
Arthur B. Grossi
cc61652aa3
feat(timer): ambient music
...
Adds a music player for ambient sound which can be turned on and off using a
toggle located inside timer panel. When stopwatch is selected, this toggle is
automattically turned off.
2023-05-18 15:29:34 -03:00
Arthurk12
953a3d3548
Timer first commit
2023-05-18 15:29:31 -03:00
KDSBrowne
1b51377147
fix getContentAnchorEl console error
2023-05-10 01:31:48 +00:00
Carlos
5ddfb8b883
fix(camera as content): merge fixes
2023-05-09 17:21:48 -03:00
Arthurk12
a03064aa41
fix(camera as content): stop ongoing screenshare
...
Camera as content and screenshare are 2 features that are mutually exclusive
because they share the same space in the UI. This commit adds the behavior
that when one this features is started, the other one is closed if it is
running.
2023-05-09 17:21:48 -03:00