gabriellpr
f72981f1a8
Implements a progress bar to the external video
...
for the viewer.
2022-03-18 15:05:01 -03:00
Anton Georgiev
f921f24e02
Merge pull request #14305 from ramonlsouza/issue-14190
...
fix: Inconsistent behaviors when muting microphone when sharing external video
2022-02-09 15:26:46 -05:00
Ramón Souza
3953540510
fix presenter unmute
2022-02-09 18:22:45 +00:00
Ramón Souza
d8fad8dae6
fix external video mute behavior with echo test
2022-02-08 13:24:42 +00:00
Ramón Souza
b028e4f4aa
do not use presentation size for screenshare and external video in smart layout
2022-02-07 19:29:27 +00:00
Anton
7f075be033
fix all test selectors
2022-01-20 10:03:18 -03:00
Max Franke
a35d0a6fe5
fix(video): borderless/ugly volume slider
...
Add a padding to the volume slider css class.
2022-01-03 14:05:40 -03:00
prlanzarin
0d6f30bd8f
fix(external-videos): use deviceInfo to detect mobile envs
...
Fixes an issue where volume controls would fall back to mobile mode in desktop envs if the viewport was small enough
2021-12-14 16:54:45 +00:00
Arthurk12
cfddd7eba0
fix(layout): mobile external-video refresh icon
...
Fixes refresh icon misplaced on mobile when external-video is minimized.
2021-12-09 18:16:13 +00:00
Anton Georgiev
f6972b8b55
Merge pull request #13605 from frankemax/rewrite-fullscreen-button
...
feat(external-videos): rewrite fullscreen button
2021-11-08 09:05:38 -05:00
Max Franke
b507eeb80f
feat(external-videos): rewrite fullscreen button
...
Following BBB v2.4 new layout manager fullscreen changes
2021-10-29 10:55:34 -03:00
Anton
f020c0da9d
add Presentation test: Start external video
2021-10-28 15:37:56 -03: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
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