96 Commits

Author SHA1 Message Date
csantosm
1cdb938ad4 openvidu-components: Hidden audio detector when participant muted 2022-04-01 12:34:23 +02:00
csantosm
9888154a02 openvidu-components: Added screensharing E2E 2022-04-01 12:05:58 +02:00
csantosm
e252b84740 openvidu-components: Fixed bug muting remote participant 2022-04-01 11:05:51 +02:00
csantosm
98fbe060a3 openvidu-components: Moved component logic to openvidu service
Moved toggle screen, toggle video and toggle audio logic from toolbar and prejoin component to openvidu service with the aim of avoiding code duplications and being able to provide a powerful method to the components user
2022-03-31 12:25:24 +02:00
csantosm
a39249eaaf openvidu-components: Fixed video content style 2022-03-30 12:13:26 +02:00
csantosm
af3c21742f openvidu-components: Fixed bug when toggling audio in with screenshare 2022-03-30 12:13:26 +02:00
csantosm
7ac3139e44 openvidu-components: Fixed colors in prejoin component 2022-03-28 16:52:03 +02:00
csantosm
c2a393cc51 openvidu-components: Updated docs assets 2022-03-28 16:52:03 +02:00
csantosm
239b7e28bf openvidu-components: Updated styles name variables 2022-03-28 11:10:14 +02:00
csantosm
888e45fe4d openvidu-components: Updated doc 2022-03-25 12:39:34 +01:00
csantosm
ff2dc6d86b openvidu-components: Added openvidu-angular documentation 2022-03-24 17:47:54 +01:00
csantosm
d81124150a openvidu-components: Refactored methods name 2022-03-24 17:47:06 +01:00
csantosm
4657b97f35 openvidu-components: Enhanced bigPercentage layout element 2022-03-23 11:51:50 +01:00
csantosm
23ad2dbd02 openvidu-components: Added e2e test for attribute directives 2022-03-22 16:14:42 +01:00
csantosm
f0ec449f25 openvidu-components: Added e2e tests for angular apps
- Test the structural directives in angular apps
- Test the output events
2022-03-21 16:33:40 +01:00
csantosm
57f2816d05 openvidu-components: Fixed problems after merge 2022-03-17 13:44:45 +01:00
csantosm
dc6f38c368 Merge branch 'ov_components' 2022-03-17 12:18:03 +01:00
csantosm
55d9abe2b8 openvidu-components: Added participant created event and e2e test 2022-03-16 16:34:55 +01:00
csantosm
16f211751b openvidu-components: Fixed participant name value in prejoin component 2022-03-16 14:21:58 +01:00
csantosm
6a01a33dba openvidu-components: Refactored webcomponent wrapper 2022-03-16 14:19:04 +01:00
csantosm
facc06bebc openvidu-components: Added webcomponent E2E tests 2022-03-16 12:15:22 +01:00
csantosm
9d94ffa417 openvidu-components: Fixed styles in Firefox 2022-03-11 11:41:31 +01:00
csantosm
88416b3981 openvidu-components: Emitted session created event 2022-03-10 17:08:12 +01:00
csantosm
6fc2ca0bc6 openvidu-components: Updated styles 2022-03-10 16:18:09 +01:00
csantosm
ad9e4db4e8 openvidu-components: Fixed connection bug when prejoin is disabled 2022-03-10 16:17:27 +01:00
csantosm
7eedba795b openvidu-components: Added prejoin drective
- Hide/show prejoin page
- Refactored prejoin component
- Moved the participant initialization to videoconference
- Set necessary delay for the correct layout initialization
2022-03-10 14:16:40 +01:00
csantosm
ab74818579 openvidu-components: Fixd bug updating participants array in part. panel 2022-03-10 13:00:20 +01:00
csantosm
27d70de3cd openvidu-components: Added directive for hidding/showing mute button 2022-03-10 12:55:43 +01:00
csantosm
41f83bc340 openvidu-elements: Fixed participant factory types 2022-03-10 12:34:20 +01:00
csantosm
412a95ea43 openvidu-elements: Added participant panel item elements directive
Allowed to add html elements to participants item
2022-03-10 12:33:49 +01:00
csantosm
115e9131d0 openvidu-components: Added toolbar additional buttons directive
Allowed added additional buttons in toolbar component without redefine it
2022-03-10 11:42:57 +01:00
csantosm
e11af2ebd7 openvidu-components: Added component events 2022-03-09 15:31:21 +01:00
csantosm
a3d5a9c98f openvidu-components: Fixed layout when is webcomponent
When webcomponent, the layout need more time for initilizating and showing the videos.
2022-03-09 12:34:10 +01:00
csantosm
e0de51921c openvidu-components: Forced chat panel updates when new messages 2022-03-09 12:31:36 +01:00
csantosm
1ee9486143 openvidu-components: Updated API directives 2022-03-08 17:47:37 +01:00
csantosm
4d659581b7 openvidu-components: Fixed bug if ID is not in the connection data 2022-03-08 17:20:19 +01:00
csantosm
b5a0ab434a openvidu-components: Added logo directive allowing load default logo 2022-03-07 16:54:27 +01:00
csantosm
c6e84cb5da openvidu-components: Allowed meeting customization
Added attribute directives for allowing the app customization
2022-03-07 16:00:15 +01:00
csantosm
4cb959ac83 openvidu-components: Avoided show prejoin until participant created 2022-03-03 10:59:17 +01:00
csantosm
3786d5bef2 openvidu-components: Fixed bug enlarging the screen video 2022-03-03 10:36:17 +01:00
csantosm
5a41202935 openvidu-components: Changed impure pipe to pure to increased efficiency
- Updated the behaviour subject creating a new reference object 
- Made the streamTypesEnabled pipe to pure 
- Fixed update bug in participants panel
2022-03-03 10:32:41 +01:00
csantosm
7af7b96a2d openvidu-components: Created participant from pre-join component
* Refactored update local participant method
* Refactored pipes
2022-03-02 17:35:14 +01:00
csantosm
b4decda1f5 openvidu-components: Updated avatar-profile component 2022-03-02 11:02:06 +01:00
csantosm
1279962555 openvidu-components: Replaced user-settings component to pre-join 2022-03-02 11:01:07 +01:00
csantosm
d29f650b02 openvidu-components: Replaced poster image to letter color box 2022-02-28 16:18:37 +01:00
csantosm
e512dcc735 openvidu-components: Fixed participants initialization 2022-02-28 15:28:53 +01:00
csantosm
b529f6edc6 openvidu-components: Refactored nickname container 2022-02-28 14:37:35 +01:00
csantosm
8f2d598236 openvidu-components: Updated participant model
Moved local and nickname properties to Participant Model from Stream Model
2022-02-28 13:50:09 +01:00
csantosm
5f22072f71 openvidu-components: Force mute participant from participants panel 2022-02-28 13:06:39 +01:00
csantosm
3e21207f8c openvidu-components: Parametrized styles properties 2022-02-28 12:12:16 +01:00