925 Commits

Author SHA1 Message Date
juancarmore
d89aafa991 openvidu-recording-improved: Improve seeking when proxying video in backend and add option to create presigned url to access video directly from s3 2024-09-20 15:59:22 +02:00
juancarmore
e360ae456e Rename openvidu-recording-node to openvidu-recording-basic-node 2024-09-19 12:47:25 +02:00
juancarmore
b5bd0f0412 openvidu-recording: Change getActiveEgressesByRoom function to getActiveRecordingByRoom 2024-09-17 17:52:56 +02:00
juancarmore
ea89874179 openvidu-recording-improved: Check if room is active before sending data message when recording is deleted 2024-09-17 17:17:15 +02:00
juancarmore
44f0c4fb81 openvidu-recording-improved: Show duration in recording info 2024-09-10 20:36:14 +02:00
juancarmore
8664ba3312 openvidu-recording-improved: Notify participants when recording is deleted and remove corresponding container 2024-09-10 18:10:22 +02:00
juancarmore
2cc5d505da openvidu-recording-improved: Refactor code 2024-09-10 13:33:10 +02:00
juancarmore
c1a90d2aa9 openvidu-recording-improved: Create function to check if webhook is related to the tutorial 2024-09-09 22:15:23 +02:00
juancarmore
1095fc6b84 openvidu-recording-improved: Improve recording status update system 2024-09-09 21:07:34 +02:00
juancarmore
685f4bed8b openvidu-recording-improved: Refactor code to upload custom recording metadata to S3 when "egress_ended" webhook is received instead of using LiveKit Egress manifest autosave 2024-09-09 18:45:44 +02:00
juancarmore
5b7baf2946 openvidu-recording-improved: Add initial structure 2024-09-09 13:07:43 +02:00
juancarmore
99bb02ce6a openvidu-recording: Add comments 2024-08-31 14:23:26 +02:00
juancarmore
f5da0c397d openvidu-recording: Reset recording state and remove recordings when leaving the room. Stop recording playback when closing the dialog 2024-08-30 18:16:51 +02:00
juancarmore
e505eb0dcc openvidu-recording: Extract S3 related operations to "s3.service.js" 2024-08-30 18:11:33 +02:00
juancarmore
3b0f6c87a4 openvidu-recording: Add general recordings page 2024-08-30 12:24:36 +02:00
juancarmore
402424ac3e openvidu-recording: Refactor layout to show recordings below participant videos instead of opening a dialog box 2024-08-30 12:22:49 +02:00
juancarmore
7937ed09df openvidu-recording: Extract common logic from http requests and improve error handling 2024-08-30 12:17:59 +02:00
juancarmore
55778fe01a openvidu-recording: Refactor "/recordings" endpoint to retrieve recordings directly from S3 without using LiveKit SDK. Improve error handling 2024-08-30 12:09:52 +02:00
juancarmore
1aa3b42427 Move openvidu-recording to openvidu-recording-node 2024-08-27 16:20:46 +02:00
juancarmore
f4577851ad openvidu-recording: Add styles 2024-08-27 16:12:39 +02:00
juancarmore
44bd20eb96 openvidu-recording: Add recording functionality to basic video-call tutorial 2024-08-23 19:27:59 +02:00
juancarmore
c750b61860 openvidu-recording: Add endpoints for managing recordings 2024-08-23 19:26:51 +02:00
juancarmore
32c1e9c61a Upload initial openvidu-recording tutorial 2024-08-20 19:07:57 +02:00
juancarmore
02cbc9a062 Improve comments about URLs settings 2024-08-14 17:54:43 +02:00
juancarmore
c7e2eeb3a6 Improve "Configure URLs" screen to show current values in case someone is already defined 2024-08-14 11:17:16 +02:00
openvidu
cf5ec24b14 ios: Removed macos conditions 2024-08-07 18:25:29 +02:00
openvidu
55d303d7b5 ios: Enabled camera and microphone after connect to room 2024-08-07 15:56:16 +02:00
openvidu
00248c9870 ios: Refactored code 2024-08-07 14:07:53 +02:00
Carlos Santos
a5d1afedf0 Merge branch 'ios' 2024-08-07 12:37:49 +02:00
Carlos Santos
aeb6990aba Added Livekit ios example
Integrated token request using an application server

Downgraded features for adapting others tutorials

ios: Updated assets and remove unncessary code

Updated schemas and app name

Added configure urls view and refactored code

ios: Refactored code

removed broadcastExt

renamed project to OpenViduIOS

refactored code

Updated Readme

removed connection time element

Added participants name and moved leave room button to topbar

Refactored code

Update README.md
Renamed and improve project structure
2024-08-07 12:37:13 +02:00
juancarmore
1ef3727c35 Merge branch 'dev' 2024-08-01 18:19:02 +02:00
juancarmore
3644a2123c Remove unnecessary imports in Ionic tutorial 2024-08-01 17:20:14 +02:00
juancarmore
417f3d1111 Refactor Ionic tutorial to ask the user for setting URLs in case they are not set in code and the app is launched in a mobile device
Previously there was a settings button that opened a dialog to modify the URLs. Now that button has been removed and when the app starts, it checks if the variables are not configured and app is launched in a mobile device, and if so, it shows a new form to configure them
2024-07-31 19:24:39 +02:00
juancarmore
3e0a31e8bc Add OpenVidu logo to Android tutorial 2024-07-31 17:24:21 +02:00
juancarmore
a88c1dcedf Fix typo in Electron tutorial 2024-07-31 13:12:32 +02:00
juancarmore
93a6357d66 Refactor Android tutorial to ask the user for setting URLs in case they are not set in code
Previously there was a settings button that opened a dialog to modify the URLs. Now that button has been removed and when the app starts, it checks if the variables are not set and if so, it starts a new activity to configure them
2024-07-31 13:06:01 +02:00
juancarmore
6f6a5da40b Merge branch 'dev' 2024-07-29 22:49:18 +02:00
juancarmore
2fd5c8f9fa Add comments and README.md file to Android tutorial 2024-07-27 13:48:38 +02:00
juancarmore
c3b9d3c5f8 Finish Android tutorial 2024-07-24 18:34:46 +02:00
Carlos Santos
c71bf803ab openvidu-ionic: Installed ionic cli as dev dependency
Avoid problems with ionic versions. Use the installed cli version
2024-07-22 16:44:01 +02:00
juancarmore
495f780fa9 Update Android tutorial to use ViewBinding 2024-07-22 12:58:26 +02:00
juancarmore
824eca10d2 Add initial structure for Android tutorial 2024-07-19 17:33:41 +02:00
Carlos Santos
52b8bfdea5 Merge branch 'dev' 2024-07-16 18:04:17 +02:00
juancarmore
b263c0a0b3 Update webhook endpoint in application servers 2024-07-08 14:30:38 +02:00
juancarmore
c49475c25f Disable join button during room joining in javascript and electron tutorials
This improvement ensures that user cannot click the join button multiple times while joining process is in progress, causing unexpected behaviors
2024-07-01 10:57:14 +02:00
cruizba
1e34ac3459 Revert "Add publish web workspace"
This reverts commit 47da064cb093313413283501c3436328ad02b66d.
2024-06-25 17:18:44 +02:00
cruizba
47da064cb0 Add publish web workspace 2024-06-25 17:15:03 +02:00
Carlos Santos
077dd8c002 Removed openvidu-components tutorials 2024-06-25 16:55:31 +02:00
Carlos Santos
8017644590 openvidu-components: Updated dependencies 2024-06-24 16:04:01 +02:00
Carlos Santos
8dc320313a openvidu-components: Updated tutorials 2024-06-18 10:37:18 +02:00