pabloFuente
b5bb3e2567
Update all livekit dependencies
2024-10-22 12:00:27 +02:00
juancarmore
e8cdfa51ac
Update "URL" recording playback strategy to "S3"
3.0.0-beta3
2024-10-11 12:03:27 +02:00
juancarmore
1b8c20564c
openvidu-recording: Improve filtering recordings by room name and sort them by start date
2024-09-23 12:57:00 +02:00
juancarmore
4f75e00f9d
openvidu-recording-basic: Improve video seeking
2024-09-23 12:02:52 +02:00
juancarmore
081e45bc9e
Delete uncompleted tutorials
2024-09-20 16:07:37 +02:00
juancarmore
7112f7b7e3
Rename openvidu-recording-improved-node to openvidu-recording-advanced-node
2024-09-20 16:04:48 +02:00
juancarmore
c9d0e375c4
openvidu-recording-improved: Remove unnecessary permissions in token creation
2024-09-20 16:00:43 +02:00
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