Refactor code structure for improved readability and maintainability

This commit is contained in:
2025-10-07 23:52:55 +02:00
commit a4fd5fd2d9
61 changed files with 18951 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
# 🌐 Puerto TCP (señalización / WebSocket)
New-NetFirewallRule -DisplayName "LiveKit TCP 7880" -Direction Inbound -LocalPort 7880 -Protocol TCP -Action Allow
# 🎙️ Puertos UDP (media WebRTC)
New-NetFirewallRule -DisplayName "LiveKit UDP 7881-7882" -Direction Inbound -LocalPort 7881-7882 -Protocol UDP -Action Allow