Anton Georgiev
2524e1c7bc
Merge pull request #12957 from ramonlsouza/issue-12942
...
fix: screen sharing does not show up when presentation is hidden
2021-08-11 15:15:18 -04:00
Ramon Souza
bfa674f913
fix rtl position - external video
2021-08-10 13:45:06 -03:00
Ramon Souza
f4df88bf8d
fix screenshare with hidden presentation
2021-08-09 16:12:41 -03:00
Vitor Mateus De Almeida
145ca61d40
linting some files
2021-08-09 11:24:02 -03:00
Tainan Felipe
8578c367e6
tweak mobile
2021-08-06 09:28:42 -03:00
Tainan Felipe
152c2693c8
comply commit
2021-08-05 17:40:30 -03:00
Tainan Felipe
efc2f7e6e5
Tweak viewer controls for external video component
2021-08-05 17:19:27 -03:00
Vitor Mateus De Almeida
09082734c9
remove old media, webcam draggable and panel components
2021-08-05 04:26:03 -03:00
Vitor Mateus De Almeida
abf089ae73
remove layout manager legacy
2021-08-05 01:22:07 -03:00
Ramon Souza
de11e88139
fix media and webcam position for RTL languages - custom layout
2021-08-03 14:03:06 -03:00
Anton Georgiev
9671c32f97
Merge pull request #12846 from ramonlsouza/rtl-new-layouts
...
fix: RTL issues - new layouts
2021-07-29 08:26:56 -04:00
Ramon Souza
223d29c835
fix external video position on layout change
2021-07-28 10:21:20 -03:00
Ramon Souza
efe37a2ef9
code format
2021-07-27 16:34:21 -03:00
Ramon Souza
d3ed4d6ea6
rtl smart layout
2021-07-26 17:45:03 -03:00
Anton Georgiev
79485a2950
Merge pull request #12181 from lfzawacki/v2.2.x-external-video
...
Overlay for external video with volume controller and reload button
2021-07-21 12:07:06 -04:00
Ramon Souza
396fdc232f
component size
2021-06-16 15:43:32 -03:00
Mario Gasparoni
127636f648
Merge remote-tracking branch 'lfzawacki/v2.2.x-external-video' into develop-external-video
2021-06-09 18:14:04 -03:00
Pedro Beschorner Marin
d4888f585c
refactor(external videos): state as integer
...
A media state may have more than 2 states. Moving this property back to
integer so it can be extended.
2021-06-02 15:07:03 -03:00
Lucas Zawacki
61d97862ef
Tab indexes for external video overlay
2021-04-27 17:48:16 -03:00
Lucas Zawacki
7ceea175b0
Fix video overlay style
2021-04-27 17:30:20 -03:00
Lucas Zawacki
3c974b8c8c
Fix icon size and hide on not hover
2021-04-27 16:26:12 -03:00
Lucas Zawacki
eae1b78e82
Reload button labels
2021-04-27 15:12:50 -03:00
Pedro Beschorner Marin
791c3394f6
Few changes at the reload button
...
Tweaked a bit at the button's style to give it a little distance from
the borders and replaced by a larger circle button for the icon to appear
a few bigger and keep the roundness of the surrinding design. Also moved
the suppress control to the button component so it solves for both external
player, generic component and any other component that decides to use it in
the future.
2021-04-27 15:01:15 -03:00
Lucas Zawacki
0a68ac34e2
Reload button for external video
2021-04-27 14:16:28 -03:00
Lucas
d7bbb1edef
Update bigbluebutton-html5/imports/ui/components/external-video-player/component.jsx
...
Fix indentation
Co-authored-by: Pedro Beschorner Marin <pedrobmarin@gmail.com>
2021-04-26 18:18:16 -03:00
Lucas Zawacki
fd8825c7cd
Volume slider for external video players
2021-04-26 18:16:41 -03:00
Ramon Souza
aab9945b46
stop viewer play/stop actions on external videos
2021-04-07 16:02:49 -03:00
hiroshisuga
3dc0aa83f2
Update component.jsx
2020-12-27 00:01:54 +09:00
Anton Georgiev
244a239810
Merge branch 'v2.2.x-release' of github.com:bigbluebutton/bigbluebutton into 2020-12-01-merge
2020-12-01 20:02:50 +00:00
Lucas Zawacki
7c704c78c1
PeerTube player, first version
2020-11-26 17:33:08 -03:00
Vitor Mateus De Almeida
9ed9d1fd6c
Fix bug when alternate panel. Fix external video size
2020-08-27 09:44:41 -03:00
Anton Georgiev
5be5aed1d9
Merge branch 'v2.2.x-release' of github.com:bigbluebutton/bigbluebutton into merge-2020-08-12
2020-08-12 17:12:58 +00:00
Lucas Zawacki
65892677ee
Make file video player work on every browser
2020-06-30 17:41:44 -03:00
Joao Siebel
3e95ed0e4b
Merge remote-tracking branch 'upstream/v2.2.x-release' into merge-2.2
2020-06-16 16:40:56 -03:00
Lucas Zawacki
0e9baf8ac7
fix twitch option name
2020-06-12 15:06:58 -03:00
Lucas Zawacki
abf4f45602
Update react-player and fix twitch sharing
2020-06-12 15:01:15 -03:00
Lucas Zawacki
a5bd5d8086
Prevent playbackrate update if value hasn't changed
2020-06-09 16:55:25 -03:00
Lucas Zawacki
9b7c734f86
Prevent problems playing some vimeo videos by adding default options
2020-06-09 16:55:23 -03:00
Anton Georgiev
c9e996de21
Merge branch 'v2.2.x-release' of github.com:bigbluebutton/bigbluebutton into merge-2.2-into-develop
2020-05-25 17:32:24 +00:00
Lucas Zawacki
b9c75b4872
Remove timestamp correction logic
2020-05-18 13:16:03 -03:00
Lucas Zawacki
aa8326995c
Work with video time based in seconds (integers)
2020-05-18 12:11:12 -03:00
Lucas Zawacki
e67781d133
Centralize external video presenter message emission via a meteor call
2020-03-02 17:58:51 -03:00
Lucas Zawacki
0088c348a5
Logic to throttle pause/un-pause messages coming from presenter
2020-02-27 16:42:07 -03:00
Lucas Zawacki
2102d0e66f
Better handle and explain remote/local timestamp logic
2020-02-27 15:01:04 -03:00
Lucas Zawacki
6cbb4d6592
Adjust seek messages based on local and remote timestamps
2020-02-27 13:39:19 -03:00
Lucas Zawacki
c7bba345c6
Remove unused setState playing:true in onReady method
2020-02-12 17:39:45 -03:00
Lucas Zawacki
be9202a648
Adding some checks for null player in getCurrentTime and getCurrentPlaybackRate
2020-02-11 15:08:26 -03:00
Lucas Zawacki
fcecc3bcfe
Fix playbackrate state when being set from local player
2020-02-11 15:08:24 -03:00
Lucas Zawacki
a90be659d7
Attempt to limit flow of presenterSync messages just in case
2020-02-11 15:08:21 -03:00
Lucas Zawacki
9f2826949d
External video: don't use react state for flags that don't need re-renders
2020-02-11 15:08:18 -03:00