-
-
Notifications
You must be signed in to change notification settings - Fork 1
Comparing changes
Open a pull request
base repository: Coderic/relay
base: 2.0
head repository: Coderic/relay
compare: master
- 11 commits
- 18 files changed
- 2 contributors
Commits on Dec 15, 2025
-
feat: añadir soporte para rooms (canales tipo room)
- Añadir evento 'unirse' para unirse a rooms - Añadir destino 'room' en eventos relay y notificar - Actualizar documentación con ejemplos de uso - Mantener compatibilidad total con API existente - Versión 2.1 Closes #2
Configuration menu - View commit details
-
Copy full SHA for 9174136 - Browse repository at this point
Copy the full SHA 9174136View commit details -
Configuration menu - View commit details
-
Copy full SHA for d89baa8 - Browse repository at this point
Copy the full SHA d89baa8View commit details -
feat: agregar plugin WebRTC (v2.2.0)
- Plugin WebRTC opcional para video/audio en tiempo real - WebRTCManager: cliente JavaScript para frontend - Sistema de plugins documentado - Ejemplo de video chat incluido - Usa API estándar de Relay (relay con destino room) - No depende de MongoDB - Compatible con múltiples instancias (Redis Adapter) Características: - Video llamadas P2P (mesh topology) - Audio en tiempo real - Compartir pantalla - Controles de audio/video - Soporte STUN/TURN - Múltiples participantes simultáneos Documentación: - docs/docs/plugins.md: Sistema de plugins - docs/docs/plugins-webrtc.md: Documentación WebRTC - public/examples/video-chat.html: Ejemplo funcional
Configuration menu - View commit details
-
Copy full SHA for 0f6573e - Browse repository at this point
Copy the full SHA 0f6573eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f35d84 - Browse repository at this point
Copy the full SHA 9f35d84View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1510430 - Browse repository at this point
Copy the full SHA 1510430View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88644c4 - Browse repository at this point
Copy the full SHA 88644c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fa41f2 - Browse repository at this point
Copy the full SHA 7fa41f2View commit details -
fix(webrtc): corregir routing de señalización WebRTC para envío direc…
…to a sockets - Agregar mapa inverso peerId -> socketId - Guardar referencia al namespace - Enviar mensajes directamente al socket del destinatario - Corregir limpieza de mapas en handleLeaveRoom Fixes: WebRTC no conectaba entre dispositivos
Configuration menu - View commit details
-
Copy full SHA for 3383762 - Browse repository at this point
Copy the full SHA 3383762View commit details
Commits on Dec 16, 2025
-
docs: agregar documentación del plugin MongoDB y actualizar sidebar
- Agregar plugins-mongo.md con documentación completa - Actualizar sidebars.js para incluir sección de Plugins - Incluir plugins, plugins-mongo y plugins-webrtc en el sidebar
Configuration menu - View commit details
-
Copy full SHA for b343076 - Browse repository at this point
Copy the full SHA b343076View commit details
Commits on Dec 17, 2025
-
feat: Añadir configuración STUN/TURN para WebRTC y mejorar video-chat
- Añadida configuración STUN_SERVERS y TURN en server.js - Mejorado video-chat.html para obtener ICE servers del servidor - Actualizada documentación de plugins WebRTC - Mejorado manejo de configuración ICE servers en WebRTCPlugin
Configuration menu - View commit details
-
Copy full SHA for 9f93528 - Browse repository at this point
Copy the full SHA 9f93528View commit details
Commits on Feb 24, 2026
-
Configuration menu - View commit details
-
Copy full SHA for c95138e - Browse repository at this point
Copy the full SHA c95138eView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 2.0...master