Carlos Santos
3027ab6c5b
ov-components: update parameter name for audio detection display in testapp
2025-05-20 12:51:19 +02:00
Carlos Santos
5df42d5344
ov-components: refactor participant name retrieval logic in VideoconferenceComponent
2025-05-20 12:40:22 +02:00
Carlos Santos
4ad8c52c38
ov-components: enhance testapp with dynamic configuration options
2025-05-20 12:40:04 +02:00
Carlos Santos
741954ac2b
OV-COMPONENTS: upgrade chromedriver to 136.0.2 and selenium-webdriver to 4.32.0
2025-05-20 12:39:19 +02:00
Carlos Santos
75d6576603
ov-components: add end-to-end tests for API directives and implement leaveRoom utility function
2025-05-20 12:38:20 +02:00
Carlos Santos
8a9e9e0d27
ov-components: fixed race condition with onTokenRequested event and participantName
2025-05-19 19:10:40 +02:00
Carlos Santos
ab7a453507
ov-components: remove unused active button styles and clean up SCSS variables
2025-05-19 17:08:50 +02:00
Carlos Santos
5b112286d9
ov-components: add material symbols support and improve toolbar symbols handling
2025-05-19 16:59:24 +02:00
Carlos Santos
c4c5fb9866
ov-components: improve logging for participant disconnection event
2025-05-14 17:50:49 +02:00
Carlos Santos
bd711b57f3
ov-components: simplify disconnect logic by removing callback. The participantLeft event will be fired by LK event handler
2025-05-14 13:48:53 +02:00
Carlos Santos
745e04baa6
ov-components: enhance recording URL handling for backward compatibility
2025-05-13 11:35:04 +02:00
Carlos Santos
ed579b4e72
ov-components: update recording stream URL to use '/media' segment instead of '/stream'
2025-05-12 16:00:42 +02:00
Carlos Santos
d8ce736cc0
ov-components: improve disconnect handling and manage client-initiated disconnect events
2025-05-12 13:39:45 +02:00
Carlos Santos
cb8f11449f
ov-components: add UNKNOWN_DISCONNECT message for various languages and handle participant disconnection reason
2025-05-06 15:43:56 +02:00
Carlos Santos
a8c2459d5f
ov-components: implement OnPush change detection strategy and optimize change detection calls in prejoin component
2025-05-05 14:35:51 +02:00
Carlos Santos
0074b28d3a
ov-components: Fix available langs for allowing custom ones
2025-05-05 13:52:10 +02:00
Carlos Santos
760cf604eb
ov-components: update package dependencies and TypeScript configurations
...
- Added @types/dom-mediacapture-transform to package.json for type definitions.
- Changed hoveringTimeout type in StreamComponent to ReturnType<typeof setTimeout> for better type safety.
- Updated TypeScript lib version from ES2020 to ES2021 in tsconfig files for improved features.
- Included dom-mediacapture-transform in types for TypeScript configurations across various tsconfig files.
- Removed empty types array in tsconfig.app.json to ensure proper type checking.
- Adjusted skipLibCheck settings in tsconfig files to improve compatibility with Livekit track processors.
2025-05-05 12:15:16 +02:00
Carlos Santos
8ce155df6a
ov-components: enhance recording status management and elapsed time calculation
2025-04-30 19:18:29 +02:00
Carlos Santos
127fbbd4e1
ov-components: update build process and module definition for improved structure
2025-04-30 17:58:11 +02:00
Carlos Santos
3adfa91c54
fix(tsconfig): add skipLibCheck comment for Livekit track processors
2025-04-30 15:22:18 +02:00
Carlos Santos
7f00318cbb
ov-components: update dependencies and TypeScript configuration
...
- Updated @livekit/track-processors from 0.3.2 to ^0.5.6
- Updated livekit-client from 2.5.2 to 2.11.4
- Changed TypeScript lib option from "dom" to "DOM" in tsconfig.lib.json
- Added skipLibCheck option in tsconfig.lib.json and tsconfig.base.json
- Updated TypeScript lib option from "dom" to "dom" in tsconfig.base.json
2025-04-30 14:57:47 +02:00
Carlos Santos
5433f516a9
ov-components: remove redundant background processor removal logic in virtual background service
2025-04-30 14:54:26 +02:00
Carlos Santos
81fcae2d4e
ov-components: enhance virtual background service updating the switching logic for improving performance
2025-04-30 14:38:43 +02:00
Carlos Santos
0c1e1a7134
ov-components: Updated to Angular 19
2025-04-30 14:37:10 +02:00
Carlos Santos
518e1511d2
ov-components: add participant left handling and update room disconnection logic
2025-04-30 12:13:03 +02:00
Carlos Santos
b92630ecd8
ov-components: enhance participant disconnection handling with reasons and refactor disconnect logic
2025-04-30 12:13:03 +02:00
Carlos Santos
11137a2a8f
ov-components: add disconnect and error messages for various scenarios in multiple language files
2025-04-30 12:13:03 +02:00
Carlos Santos
8c28228357
ov-components: update default recording stream URL in directives and config service
2025-03-23 14:25:35 +01:00
Carlos Santos
90fd0ef44e
ov-components: add recordingStreamBaseUrl directive and integrate with config service for dynamic stream URL construction
2025-03-14 19:08:34 +01:00
Carlos Santos
6137bdbbbc
ov-components: add null check for participant name updates in pre-join component and participant name directive
2025-03-12 19:03:14 +01:00
Carlos Santos
2acf636842
ov-components: reduce max-width of pre-join component to improve layout
2025-03-12 18:41:42 +01:00
Carlos Santos
0ad51d6c58
ov-components: remove max-height constraint from pre-join component styles
2025-03-12 18:28:53 +01:00
Carlos Santos
6f97b9d8c2
ov-components: move loading state update to ngAfterContentChecked lifecycle hook
2025-03-12 18:28:47 +01:00
Carlos Santos
a64cf1d577
ov-components: enhance pre-join component layout and add participant name visibility check
2025-03-12 18:05:37 +01:00
Carlos Santos
e373d23cc9
ov-components: add participant name visibility control to pre-join component
2025-03-12 17:19:55 +01:00
Carlos Santos
72888e4ea9
ov-components: add camera and microphone button visibility controls in the E2E tests
2025-03-10 10:27:44 +01:00
Carlos Santos
2bf212ccfe
ov-components: add camera and microphone button visibility controls in toolbar and settings panel
2025-03-10 10:11:38 +01:00
Carlos Santos
5fba250b1d
ov-components: remove ServiceConfigService and update components to use LayoutService directly
2025-03-08 17:42:43 +01:00
Carlos Santos
7315360fbc
ov-components: add onParticipantLeft event and disconnect callback to notify when local participant leaves
2025-03-07 19:25:27 +01:00
Carlos Santos
d965e72822
ov-components: add OpenViduComponentsUiModule with component and pipe declarations
2025-03-07 18:52:12 +01:00
Carlos Santos
288a585809
ov-components: rename participantId to participantName in ParticipantLeftEvent and update disconnect method
2025-03-07 13:52:43 +01:00
Carlos Santos
272eb9002c
ov-components: rename participant created event to participant connected and update documentation
2025-03-07 13:42:50 +01:00
Carlos Santos
dee470609c
ov-components: clarify event documentation for local participant actions
2025-03-07 13:36:10 +01:00
Carlos Santos
ad8f368a91
ov-components: enhance documentation for room and participant events
2025-03-07 13:30:26 +01:00
Carlos Santos
5d855a1338
ov-components: log room name when a room is created
2025-03-07 13:04:22 +01:00
Carlos Santos
3defad20cc
ov-components: emit room created event after participant connection
2025-03-07 13:04:06 +01:00
Carlos Santos
9b4f330c4a
ov-components: clarify method documentation for local participant connection
2025-03-06 13:45:02 +01:00
github-actions
d3520e9098
openvidu-components-angular: Bumped version to 3.1.0
2025-02-17 14:42:29 +00:00
Carlos Santos
64fbaa2a42
ov-components: Fixed nested event test
2025-02-13 12:43:22 +01:00
Carlos Santos
4c4380a87f
ov-components e2e: Added participantLeft listener
2025-02-13 12:33:04 +01:00
Carlos Santos
d8452c42ad
ov-components: Fired room and participantLeft events
2025-02-13 12:31:50 +01:00
Carlos Santos
f785dfd7ad
ov-components: subscribe to vc directives in constructor
2025-02-07 17:21:09 +01:00
Carlos Santos
6e1d9c7ee7
ov-components: Updated logo directive
2025-01-28 21:37:53 +01:00
Carlos Santos
4cdb761737
ov-components: Allowed Angular 19
2025-01-27 17:09:13 +01:00
Carlos Santos
51e3abd483
ov-components: Updated npm script
2025-01-27 17:04:11 +01:00
github-actions
9114f4fcc6
openvidu-components-angular: Bumped version to 3.0.1-beta1
2025-01-09 12:26:03 +00:00
Carlos Santos
2ea61d05a1
ov-components: Fixed message badge color
2025-01-07 09:17:20 +01:00
juancarmore
b829142caf
openvidu-components-angular: Update links in documentation to use the latest version
2024-12-18 15:32:17 +01:00
github-actions
d7f1d859a0
openvidu-components-angular: Bumped version to 3.0.0
2024-11-29 11:27:08 +00:00
Carlos Santos
e1634efe39
ov-components: Refactored lang selector template
2024-11-06 12:34:04 +01:00
Carlos Santos
ee79e39d4b
ov-components: Updated css
2024-11-06 12:33:26 +01:00
Carlos Santos
47ccaf58c7
ov-components: Fixed recording activity panel styles
2024-11-06 11:43:34 +01:00
Carlos Santos
6a7ab9b026
ov-components: Updated audio-wave css
2024-11-06 10:49:29 +01:00
Carlos Santos
b59c56c3e8
ov-components: Updated css variable names
2024-11-06 10:06:51 +01:00
Carlos Santos
02e3fb0d4e
ov-components: Updated css styles for improving custom color support
2024-11-05 17:48:10 +01:00
Carlos Santos
ada5984a32
ov-components: Updated css color variables
2024-11-05 12:38:52 +01:00
Carlos Santos
897404b54b
ov-components: Removed unnecessary code
...
Removed getTokenMetadata method
2024-10-23 16:57:48 +02:00
pabloFuente
333436a90e
Fix path in npm script
2024-10-15 15:56:47 +02:00
github-actions
2132d5b984
openvidu-components-angular: Bumped version to 3.0.0-beta3
2024-10-15 13:21:16 +00:00
Carlos Santos
28f2405cc6
ov-components: Enhanced tests timeout
2024-10-10 21:14:08 +02:00
Carlos Santos
7f2660abd9
ov-components: Removed unnecessary files
2024-10-10 21:07:23 +02:00
Carlos Santos
5a0aea9ecb
ov-components: Used jasmine instead of mocha
2024-10-10 21:01:01 +02:00
Carlos Santos
5a40ce9056
ov-components: Set headless chrome for unit tests
2024-10-10 20:39:16 +02:00
Carlos Santos
52422fb58a
ov-components: Added unit tests
2024-10-10 20:30:02 +02:00
Carlos Santos
9a7a2e3adb
ov-components: Fixed blocking dialog when connection issues
2024-10-10 20:28:48 +02:00
Carlos Santos
d19f0f7bb5
ov-components: Allowed custom title on admin components
2024-10-07 12:01:08 +02:00
Carlos Santos
28a0574d99
ov-components: Refactored translate service
2024-09-26 10:26:59 +02:00
Carlos Santos
72c5aa97ad
ov-components: Refactored storage service
2024-09-24 12:51:43 +02:00
Carlos Santos
c3b2b4663f
ov-components: Exported storage service
2024-09-24 11:30:51 +02:00
Carlos Santos
f7d6e81261
ov-components: Fixed selenium-webdriver types
2024-09-23 10:32:45 +02:00
Carlos Santos
8d99c376f7
ov-components: Added node types into tsconfig
2024-09-23 10:21:19 +02:00
Carlos Santos
d37f094773
ov-components: Updated dependencies
2024-09-23 10:10:57 +02:00
Carlos Santos
bd6ba55504
ov-components: Refactored and improved config
2024-09-04 12:19:13 +02:00
Carlos Santos
724fbd9186
ov-components: Refactored config service
2024-08-26 13:20:14 +02:00
Carlos Santos
95b8d055ed
ov-components: Exported toolbar model
2024-08-22 11:35:38 +02:00
Carlos Santos
0a6dd252af
ov-components: Exported config service to make it public
2024-08-22 11:20:01 +02:00
Carlos Santos
a82b2189bc
ov-componentes: Added ovToolbarAdditionalButtonsPosition directive
2024-08-22 11:17:02 +02:00
Carlos Santos
9f0246db2f
ov-components: Added cdk as peerDependencies
2024-08-22 11:13:37 +02:00
Carlos Santos
33d71f24c3
ov-components: fixed screen sharing e2e
2024-08-02 11:44:57 +02:00
Carlos Santos
7c1066d126
ov-components: Specify screen sharing options
2024-08-02 11:12:52 +02:00
Carlos Santos
5bf5c68da4
ov-components: Updated css classes
2024-08-01 13:34:13 +02:00
Carlos Santos
33d11926a7
ci: Updated e2e test
2024-07-30 18:13:06 +02:00
Carlos Santos
1b93b1a551
ov-components: included fullscreen e2e event test
2024-07-30 16:44:07 +02:00
Carlos Santos
822ef1ad09
ov-components: Refactored screensharing e2e tests
2024-07-30 16:42:51 +02:00
Carlos Santos
2d6ab64d00
ov-components: Fixed chat e2e tests
2024-07-30 16:42:21 +02:00
Carlos Santos
31dd06c7e8
ci: Updated e2e tests
2024-07-30 16:07:02 +02:00
Carlos Santos
17a6edbe91
ci: Added webcomponent directives e2e tests
2024-07-30 16:01:54 +02:00
Carlos Santos
9fd1c5b746
ov-components: Fixed webcomponent directives e2e tests
2024-07-30 15:48:13 +02:00
Carlos Santos
5072804e67
ov-components: Refactored and fixed device service
2024-07-30 15:45:22 +02:00
Carlos Santos
7b560b447c
ov-components: Fixed fullscreen e2e test
2024-07-29 17:52:56 +02:00
Carlos Santos
d52dc9b6cf
ov-components: Remove old and unnecessary test and refactored code
2024-07-29 13:20:07 +02:00
Carlos Santos
5fa86f4f4c
ov-components: split ee2 tests into files
2024-07-29 12:59:25 +02:00
Carlos Santos
c61bed5a75
ov-components: Fixed e2e tests events
2024-07-29 12:38:35 +02:00
Carlos Santos
9f7efd8ad5
ov-components: Added elements ids for testing
2024-07-26 13:24:02 +02:00
Carlos Santos
a7e5f27eb0
ov-components: Updated generate-docs script
2024-07-26 10:30:24 +02:00
Carlos Santos
52564b5f5d
ov-components: Avoid null pointer
2024-07-26 10:29:55 +02:00
Carlos Santos
5097dc925e
ov-components: fixed bundle path
2024-07-24 18:07:13 +02:00
Carlos Santos
aa437be8cf
ov-components: Updated dependencies
2024-07-24 17:02:15 +02:00
Carlos Santos
d02b12141b
ov-components: Refactored and cleaned code
2024-07-24 16:59:40 +02:00
Carlos Santos
f28652b425
ov-components: Added missing services to providers section module
...
Fixed virtual background feature
2024-07-24 16:58:28 +02:00
Carlos Santos
fc17b3bf9e
ov-components: Fixed base href when playing and downloading recordings
...
Added base href to video src and downloading link for fixing the recordings features
2024-07-17 15:54:07 +02:00
github-actions
d8033dcde4
openvidu-components-angular: Bumped version to 3.0.0-beta2
2024-07-16 12:56:54 +00:00
github-actions
db28c79ee8
openvidu-components-angular: Bumped to version 3.0.0-beta2-dev.20240704
2024-07-04 16:13:56 +00:00
pabloFuente
eccc37156a
OpenVidu v3
2024-07-02 19:19:05 +02:00
Carlos Santos
d9bc9b3700
ov-components: Added spinner while joining session
2024-06-28 13:32:09 +02:00
Carlos Santos
db2748367c
ov-webvomponent: Increased max limit bundle.
2024-06-25 14:45:11 +02:00
Carlos Santos
9fcc593fb2
openvidu-angular-v2compatibility: Bumped to 3.0.0-beta1
2024-06-25 13:14:59 +02:00
Carlos Santos
07e4ede64d
ov-components: Fixed recording panel elements
2024-06-24 18:10:47 +02:00
Carlos Santos
40c19cedca
ov-components: Bump to 3.0.0-dev6
2024-06-24 16:49:15 +02:00
Carlos Santos
6ec78e5522
ov-components: Used openvidu-browser-v2compatibility dependency
2024-06-24 16:48:02 +02:00
Carlos Santos
0b89603e1b
ov-components: Updated README
2024-06-24 16:19:42 +02:00
Carlos Santos
82264d436e
ov-components: Bump to 3.0.0-dev5
2024-06-24 16:19:33 +02:00
Carlos Santos
6698ae2314
ov-components: Added v2compatibility suffix to library and webcomponent
2024-06-21 11:20:34 +02:00
jenkinsopenvidu
86f0d18417
Update to version 2.30.0
2024-05-28 09:44:59 +00:00
Carlos Santos
d293d69571
webcomponent: Fixed material imports and added required polyfills file
2024-05-24 12:22:17 +02:00
Carlos Santos
6221c92bae
ov-components: Updated testapp to Angular 17
2024-05-24 12:13:34 +02:00
Carlos Santos
f756e48d4c
ov-components: Updated e2e tests
2024-05-24 09:31:16 +02:00
Carlos Santos
cc44e743a8
ov-components: Supported Angular 17
2024-05-24 09:11:02 +02:00
Carlos Santos
b970463325
ov-components: Removed Angular Material legacy modules
2024-05-23 14:09:47 +02:00
Carlos Santos
c0bcb95282
ov-components: Fixed video poster on iPhone
2024-05-22 17:02:59 +02:00
Carlos Santos
d1630e9b82
ov-components: Updated to Angular 16
2024-05-22 11:27:29 +02:00
Carlos Santos
0db1eda057
ov-components: Updated to Angular 15
2024-05-22 11:27:29 +02:00
Carlos Santos
cfd9417ee1
ov-components: Fixed e2e test config
2024-04-18 17:41:03 +02:00
Carlos Santos
004ab046be
ov-components: Improved replace track sending stream params
2024-04-18 17:40:11 +02:00
Carlos Santos
8c18f4b366
openvidu-components: Released v2.29.3
2023-12-11 13:41:01 +01:00
Carlos Santos
44eb9e9fe0
openvidu-components: Emitted event when broadcasting button is clicked
2023-12-11 13:02:02 +01:00
Carlos Santos
d9d524b23c
openvidu-components: Released v2.29.2
2023-10-26 11:44:43 +02:00
Carlos Santos
7802b068be
openvidu-components: Added types/ws as dev dependency
2023-10-26 11:27:17 +02:00
Carlos Santos
809ba26b35
openvidu-components: Released 2.29.1 version
2023-10-23 13:06:34 +02:00
Carlos Santos
96af7d3225
openvidu-angular: Avoid possible errors applying custom frame rate
2023-10-23 12:09:17 +02:00
jenkinsopenvidu
8d1a4720bb
Update to version 2.29.0
2023-10-18 19:47:56 +00:00
Carlos Santos
bb2c63cb5b
openvidu-components: Released v2.29.0-beta1
2023-10-17 11:32:20 +02:00
Carlos Santos
c8ff947a4f
openvidu-components: Allow mute forcibly only for camera streams
2023-10-17 11:26:31 +02:00
Carlos Santos
775a7bd436
openvidu-components: Supported screen audio bugfix
2023-10-05 17:58:54 +02:00
Carlos Santos
ec2396d904
openvidu-components: Fixed show additional panel when others are opened
2023-09-29 13:36:32 +02:00
Kazuma Arimura
a30d3c5c9e
Update ja translation ( #819 )
...
* update title for japanese translation selector
* update translation configuration for japanese
2023-09-25 16:23:32 +02:00
Carlos Santos
f57c1de443
openvidu-components: Fixed screenshare e2e test
2023-09-18 11:44:24 +02:00
Carlos Santos
287ec58bab
openvidu-components: Support screen audio
...
Now screen is always visible and independent of the camera connection. It has its own audio
2023-09-18 11:27:56 +02:00
Carlos Santos
9a6a4cbf25
openvidu-components: Added network control directives
...
Allowed frameRate, resolution and simulcast customization
2023-07-03 22:13:03 +02:00
Carlos Santos
ca19a1235d
openvidu-components: Released v2.28.1
2023-06-26 14:08:23 +02:00