Commit Graph

42366 Commits

Author SHA1 Message Date
Calvin Walton
b35527c32c Update bbb-presentation-video to 5.0.0-beta.1 for tldraw v2 shape support 2024-06-11 15:01:47 -04:00
Ramón Souza
b4b7879242
Merge pull request #20460 from JoVictorNunes/fix-override-locale-config
fix(intl): `overrideLocale` config
2024-06-11 14:52:12 -03:00
Anton Georgiev
1bb983764a
Merge pull request #20467 from paultrudel/video-metadata-fix-30
fix(recording): Add participants, raw size, and playback size information to video metadata
2024-06-11 13:37:40 -04:00
Ramón Souza
38f5fca09b
Merge pull request #20465 from ramonlsouza/no-default-props
refactor: replace defaultProps on function components with default function parameters
2024-06-11 14:36:56 -03:00
Ramón Souza
cbff06bed8
Merge pull request #20458 from Tainan404/remove-withtrackers
refactor: Remove withtrackers
2024-06-11 14:36:33 -03:00
Tainan Felipe
c0b51d1bbf Remove: Base withTracker 2024-06-11 14:18:28 -03:00
Paul Trudel
6a173898a9 Reset gen_webvtt path 2024-06-11 16:47:38 +00:00
Paul Trudel
816b9dbee4 Added participants, raw size, and playback size to video metadata 2024-06-11 16:47:28 +00:00
Anton Georgiev
4d44faa805
Merge pull request #20457 from GuiLeme/fix-loaded-userlist-hook
fix(html5): useLoadedUserlist plugin data-consumption hook
2024-06-11 12:43:29 -04:00
Gustavo Trott
6edffaf37c
Merge pull request #20447 from JoVictorNunes/tweak-video-stream-subs
fix(webcam): tweak subscriptions
2024-06-11 13:29:01 -03:00
Ramón Souza
7378f7e027 fix eslint errors 2024-06-11 13:10:18 -03:00
Ramón Souza
911f663e27 remove defaultProps from components 2024-06-11 13:10:04 -03:00
João Victor
6bda0b5914 refactor: tweak breakout params 2024-06-11 12:13:10 -03:00
Tainan Felipe
449bef871b Remove: video preview withTracker 2024-06-11 11:55:00 -03:00
Guilherme Leme
6e4e015d28 [update-data-channel-function] update plugin SDK 2024-06-11 11:53:28 -03:00
João Victor
7a6044cb67 refactor: remove navbar withTracker 2024-06-11 11:46:16 -03:00
Tainan Felipe
baa9d11a7c Remove: wake lock withTracker 2024-06-11 11:41:05 -03:00
Tainan Felipe
df12181bfe Remove: leave meeting button withTracker 2024-06-11 11:04:02 -03:00
Tainan Felipe
01dcb8b267 Remove: connection status button withTracker 2024-06-11 10:43:43 -03:00
Ramón Souza
d68b2252e0 disable require default props eslint rule 2024-06-11 10:03:42 -03:00
Guilherme Leme
0c7b9d8919 [fix-captionLocale] - Fix captionLocale to fetch correct captions 2024-06-11 09:38:54 -03:00
Ramón Souza
39d383c9e3
Merge pull request #20456 from ramonlsouza/user-current-improvements
user_current subscription improvements
2024-06-11 08:57:02 -03:00
João Victor
cfb8ae35cb Merge branch 'v3.0.x-release' into tweak-video-stream-subs 2024-06-11 08:48:49 -03:00
Arthurk12
a1dee317f3 feat(generic-content): add sidekick type
Adds 'sidekick' type of generic content. This type allows rendering
generic content in the sidekick panel, in addition to the existing 'main'
type, which renders generic content over the presentation area.
Each generic sidekick content set through plugins is automatically
associated with a button in the navigation bar to toggle its panel.
2024-06-10 19:36:51 -03:00
Arthurk12
95d823951f feat(generic-component): rename to generic content and add type
Renames the generic component to generic content and adds the first
type, called 'main'. This commit is a preparation to allow generic
content from plugins to have types.
2024-06-10 19:36:45 -03:00
KDSBrowne
3bfdeb9cfd
feat(whiteboard): Reuse poll result diagram as a whiteboard shape (#20350)
* create poll shape to render chat poll component
2024-06-10 17:12:40 -04:00
João Victor
2cfec162af fix: overrideLocale config 2024-06-10 17:45:15 -03:00
Guilherme Leme
59d08a2655 [update-data-channel-function] - remove debbuging logs 2024-06-10 17:45:14 -03:00
Guilherme Leme
322a04b845 resolve conflicts 2024-06-10 17:41:06 -03:00
Tainan Felipe
c2364641d3
refactor: connection status for graphql connection (#20196)
* Add: connection status for graphql connection
2024-06-10 16:20:41 -04:00
Guilherme Leme
831af82818 [fix-loaded-userlist-hook] - added margin 2024-06-10 16:51:44 -03:00
Tainan Felipe
ee96d5795c Remove: raise hand withTracker 2024-06-10 16:20:38 -03:00
Tainan Felipe
b96c210237 Remove: quick poll dropdown withTracker 2024-06-10 16:17:07 -03:00
Tainan Felipe
4e93bb916a Remove: unecessary log 2024-06-10 16:10:06 -03:00
Tainan Felipe
a079c85805 Remove: guest policy container withTracker 2024-06-10 16:08:16 -03:00
Tainan Felipe
e0f871397f Remove: UserListContainer withtracker 2024-06-10 15:59:32 -03:00
Ramón Souza
0c9e3e6671
Merge pull request #20434 from JoVictorNunes/remove-voice-users-with-trackers
refactor: remove voice users adapter
2024-06-10 15:55:09 -03:00
Guilherme Leme
d252d1ab0a [fix-loaded-userlist-hook] - fix loaded userList hook 2024-06-10 15:45:02 -03:00
Ramón Souza
da841e8e65 fix ts error 2024-06-10 15:43:40 -03:00
Ramón Souza
8c8742239b Merge remote-tracking branch 'upstream/v3.0.x-release' into user-current-improvements 2024-06-10 15:36:06 -03:00
Ramón Souza
e0bf232d18 remove unused data from current user subscription 2024-06-10 15:31:57 -03:00
Ramón Souza
15781627c3 remove userClientSettings from current user subscription 2024-06-10 13:39:03 -03:00
João Victor
8ce9f2f61f Revert the bbb-graphql-server changes 2024-06-10 13:25:15 -03:00
João Victor
089ddb5946 Add default voice value 2024-06-10 13:14:50 -03:00
Tainan Felipe
6bccf8cfac
refactor: Change user list pagination (#20446) 2024-06-10 13:08:43 -03:00
Guilherme Leme
ba74a41fd2 [update-data-channel-function] - (WIP) Initial work 2024-06-10 11:32:48 -03:00
Anton Georgiev
e9944bead8
Merge pull request #20451 from gustavotrott/bump-hasura-v2.40.0
build (graphql-server): Upgrade Hasura to version v2.40.0
2024-06-10 10:29:08 -04:00
Ramón Souza
591d2c7674 query welcome message instead of getting it from current user sub 2024-06-10 11:10:28 -03:00
Gustavo Trott
24219ea5c8 Upgrade Hasura to version v2.40.0 2024-06-10 10:59:13 -03:00
João Victor
8fa0894e55 Merge branch 'v3.0.x-release' into tweak-video-stream-subs 2024-06-10 10:56:32 -03:00