Commit Graph

165 Commits

Author SHA1 Message Date
Ramón Souza
c3bdbcc7b0 convert external-video-player volume-slider component 2021-11-03 17:06:33 +00:00
Ramón Souza
0eea1e7cea convert external-video-player modal component 2021-11-03 17:01:50 +00:00
Ramón Souza
c5c28c3aa8 convert external-video-player component 2021-11-03 16:37:17 +00:00
Anton Georgiev
a7c98311fd Merge branch 'v2.4.x-release' of github.com:bigbluebutton/bigbluebutton into merge-24 2021-11-03 14:04:32 +00:00
Anton
f020c0da9d add Presentation test: Start external video 2021-10-28 15:37:56 -03:00
Anton Georgiev
24d672a832 Merge branch 'v2.4.x-release' of github.com:bigbluebutton/bigbluebutton into merge-24-dev 2021-10-14 15:13:17 +00:00
Anton Georgiev
d8ef9e505f
Merge pull request #13331 from lfzawacki/volume-slider-fixes
fix(external-video): Adjustments to external video design and custom players
2021-09-30 10:52:41 -04:00
Lucas Fialho Zawacki
39bddd4cbb fix(vimeo): Prevent problem when calling vimeo's player getPlaybackRate 2021-09-29 19:45:01 +00:00
Lucas Fialho Zawacki
7f6c510016 feature(peertube): Add volume api into peertube custom player 2021-09-29 17:01:37 +00:00
Lucas Fialho Zawacki
cf0186766f fix(peertube): Pin library version and correct regex 2021-09-28 21:31:07 +00:00
Lucas Fialho Zawacki
207a629c91 fix(volume-slider): Don't show volume slider for videos we can't hide volume controls 2021-09-28 20:15:58 +00:00
Ramon Souza
2b2792102b fix hidePresentation parameter 2021-09-27 17:13:41 -03:00
Ramon Souza
098826c70a rename layout functions 2021-09-10 17:48:52 -03:00
Ramon Souza
1854911080 add use-context-selector to containers - partial 2021-09-09 17:49:15 -03:00
rajasekhar
bdb8c72d79
Improvised PeerTube MATCH_URL RegEx
In PeerTube v3.3, URL routing path is changed. Unable to upload the URL with new pattern. Thus, improvised MATCH_URL to upload URLs of new and old PeerTube versions.
Refer- https://joinpeertube.org/news#release-3.3
2021-08-22 13:50:09 +05:30
Ramon Souza
555b2551bf fix external video resizing 2021-08-13 10:51:32 -03:00
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
Tainan Felipe
03bb345de1 Rename components 2021-08-05 17:03:43 -03:00
Vitor Mateus De Almeida
1b18977eac rename all NewLayout.. to Layout.. 2021-08-05 08:03:24 -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
d8e19dbd9f remove unused variables 2021-06-28 08:20:49 -03: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
Pedro Beschorner Marin
6c84a3295b refactor(external videos): frontend permissions
Revoked extra frontend permission checks and removed dependency from
external video stop Meteor's system call.
2021-06-02 13:03:04 -03:00
Max Franke
7f926edfcc refactor(external videos): add own collection
Refactor the external videos collection, moving the logic and functionalities
outside of /imports/api/meetings to a new location in /external-videos/server/modifiers
in order to decrease the coupling between the functionalities, favoring
the maintenance.
2021-06-02 12:50:40 -03:00
Ramon Souza
93d41f3f91 remove unused variables 2021-05-07 08:54:01 -03:00
Lucas Zawacki
89793662c5 Use icon names as per Pedro's suggestion 2021-04-28 16:46:14 -03:00
Lucas Zawacki
cb28639fc3 Add code with volume icon template 2021-04-28 15:12:52 -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
7198937872 Use bbb icon, use cursor pointer for volume slider 2021-04-27 16:44:05 -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