João Victor Nunes
f895266eb0
fix(external-video): Video file sharing is broken ( #21448 )
...
- Avoids calling seekTo before the onStart event. In such case, React Player remounts the player, triggering a new onReady event, which was causing an infinite loop.
2024-10-16 16:10:27 -03:00
João Victor Nunes
4e7868b31e
fix(layout): prevent race condition on layout input update ( #21018 )
2024-08-27 13:38:34 -03:00
João Victor Nunes
8c5a0c8d25
fix(external-video): unsynched player when autoplay is blocked ( #20991 )
2024-08-23 10:16:15 -03:00
Tainan Felipe
6597b41a8b
Add: store volume settings to preserve between player refresh ( #20986 )
2024-08-20 17:22:46 -03:00
João Victor Nunes
2139817595
fix(external-video): player unsynced when switching presenter ( #20883 )
2024-08-13 19:11:55 -04:00
João Victor
6e23e055ef
fix(external-video): player starting at an advanced point
2024-08-02 15:03:33 -03:00
Ramón Souza
5defa2687a
fix presenter cannot change slide after ext. video ( #20716 )
2024-07-17 15:55:37 -03:00
João Victor
e2528ff8cd
fix: external video can be seen through sidebar on mobile
2024-07-10 16:39:21 -03:00
André Castro
ae4921cee0
Fix: External video skipping ( #20444 )
...
* Fix: External video skipping
2024-06-19 09:39:12 -04:00
Tainan Felipe
3bc40df230
Add: useDeduplicatedSubscription hook ( #20376 )
...
* Add: useDeduplicatedSubscription hook
* Fix: TS error
* Add: components using useDeduplicatedSubscription
* Change: Move to useDeduplicatedSubscription
* Change: unsubscribe logic to own useEffect
* Change: remove file import over package
* Fix: TS errors
* Fix: private chat not loading
* Change: revert changes on queries
* Fix: eslint error
* Remove: html-webpack-plugin package
* Fix: external video
* Add: comment about the stringToHash function
* Fix: video player showing tools over presentation
2024-06-04 10:40:54 -03:00
André Möller
b737ae1753
codition
2024-05-22 16:03:33 -03:00
André Möller
5d1909f0e0
fixing of other related bugs
2024-05-22 10:48:34 -03:00
André Möller
78a9edfd17
Isolating calculated variables
2024-05-20 12:36:11 -03:00
André
7d5c5e038c
TS fix
2024-05-15 13:33:44 +00:00
André
f4a5ef172d
value adjusting
2024-05-15 13:20:36 +00:00
André
b4909cce73
Fix: External video skipping
2024-05-15 13:10:15 +00:00
Ramón Souza
78d237502b
Merge pull request #20128 from Scroody/fix-external-video-presenter-change
...
Fix: External video re-starting when changing presenters
2024-05-06 15:56:13 -03:00
André
8c57f63bb9
Later changes
2024-05-03 10:34:35 -03:00
André
4c0df76b23
Merge remote-tracking branch 'upstream/v3.0.x-release' into fix-volume-bar-overlap
2024-05-03 10:29:00 -03:00
André
cbd06c0790
Side effect solving
2024-05-03 10:22:16 -03:00
André
66902fc9e3
Fix: External video re-starting when changing presenters
2024-05-01 10:21:28 -03:00
André
fad690b324
Condition to render controls added
2024-04-19 13:46:35 -03:00
André
70584e0806
Half condition
2024-04-19 12:59:49 -03:00
Guilherme Leme
dc1d831ea2
[fix-sahred-notes-not-unmounting] - centralize shared notes pin rendering logic
2024-04-19 11:08:13 -03:00
André Castro
0b6e943f76
Fix: External video autoplay block ( #19983 )
...
* Fix: External video autoplay block
* Change of approach
* Isolating unsynched video related code
2024-04-16 23:33:49 -03:00
André
cd013575c4
Fix: External video time resuming when changing presenter
2024-03-27 11:02:43 -03:00
Ramón Souza
df278dfd30
Merge pull request #19896 from JoVictorNunes/issue-19800
...
fix: unpin notes when sharing external video
2024-03-26 09:24:41 -03:00
Guilherme Pereira Leme
41bb140dc5
feat: change way of rendering contents in presentation area to a pile-based logic. ( #19854 )
2024-03-25 18:13:57 -03:00
João Victor
b6ba509db4
fix: unpin notes when sharing external video
2024-03-25 12:19:25 -03:00
André
99d47a0d4a
Fix: External video plays while paused when it has some user action
2024-03-18 11:37:47 -03:00
Ramón Souza
7ecbe0938a
Merge pull request #19741 from Scroody/fix-external-video
...
Fix: External video starting at wrong time
2024-03-11 08:57:12 -03:00
Guilherme Leme
d79eacf500
[fix-external-video-get-volume] - fix get volume
2024-03-06 15:30:04 -03:00
Guilherme Leme
c176bfb31f
[fix-external-video] - type check for isMuted function
2024-03-06 11:19:39 -03:00
André
dfb7869794
Removing unecessary code
2024-03-05 13:49:46 -03:00
André
fa4d8ae091
Fix: External video starting at wrong time
2024-03-05 13:33:29 -03:00
Ramón Souza
9fd9327c1a
fix mute external video on echo test
2024-03-01 09:36:18 -03:00
Guilherme Pereira Leme
d7d5165eb1
feat(plugins): migrate ui-events to ui-data-hooks ( #19669 )
2024-02-27 20:25:11 -03:00
Ramón Souza
0e1eb50b35
sync external video end
2024-02-14 10:13:43 -03:00
Guilherme Pereira Leme
ecb3350a9f
feat(plugins): create useTalkingIndicator and set for external video volume ( #19447 )
...
* [plugin-sdk-talking-indicator-and-external-video] - create new data consumption hook and ui command
* [plugin-sdk-talking-indicator-and-external-video] bump SDK version
* [plugin-sdk-talking-indicator-and-external-video] - resolve tsc issues
* [plugin-sdk-talking-indicator-and-external-video] - resolve tsc issues
* [plugin-sdk-talking-indicator-and-external-video] - resolve lint errors
2024-01-30 18:37:29 -03:00
Tainan Felipe
b1fbd7e470
Merge remote-tracking branch 'upstream/v3.0.x-release' into fix-external-video
2024-01-22 17:28:56 -03:00
Ramón Souza
600fe50b73
migrate emitExternalVideoEvent action
2024-01-19 11:46:11 -03:00
Tainan Felipe
be3f43db70
Fix: presenter not appearing controls
2023-12-12 17:47:29 -03:00
Tainan Felipe
810386add7
Fix: remove unecessary eslint
2023-11-15 14:25:16 -03:00
Tainan Felipe
160f689011
Fix: external video not keeps playing changing the presenter
2023-11-15 10:38:50 -03:00
Guilherme Pereira Leme
93b8705af2
feature(html5): Change return type of the graphql data hook ( #19103 )
2023-11-13 15:10:41 -03:00
Ramón Souza
7317fde64c
Update bigbluebutton-html5/imports/ui/components/external-video-player/external-video-player-graphql/component.tsx
2023-11-09 10:00:41 -03:00
Tainan Felipe
efb4ad7b23
Fix: start button not being disabled and blocked autoplay message
2023-11-07 17:55:17 -03:00
Tainan Felipe
d2f6fc6598
Refactor: Migrate external video player
2023-11-06 12:02:12 -03:00