@alloy-framework/webrtc 0.1.4 → 0.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -15,6 +15,7 @@ MANAGER_PORT=9001
15
15
  WORKER_INGEST_PORT=7001
16
16
  WORKER_WEBRTC_PORT=50002
17
17
  WORKER_IP=127.0.0.1
18
+ WORKER_WHIP_PORT=7777
18
19
 
19
20
  # ─── WebRTC ───
20
21
  STUN_SERVER=stun:stun.l.google.com:19302
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alloy-framework/webrtc",
3
- "version": "0.1.4",
3
+ "version": "0.1.6",
4
4
  "description": "Alloy WebRTC SFU — alloy-manager (Control Plane) + alloy-worker (Media Plane) 바이너리 로더",
5
5
  "bin": {
6
6
  "alloy-manager": "./run-manager.js",
@@ -13,9 +13,9 @@
13
13
  "env.worker.example"
14
14
  ],
15
15
  "optionalDependencies": {
16
- "@alloy-framework/webrtc-darwin-arm64": "0.1.4",
17
- "@alloy-framework/webrtc-linux-x64-gnu": "0.1.4",
18
- "@alloy-framework/webrtc-win32-x64-msvc": "0.1.4"
16
+ "@alloy-framework/webrtc-darwin-arm64": "0.1.6",
17
+ "@alloy-framework/webrtc-linux-x64-gnu": "0.1.6",
18
+ "@alloy-framework/webrtc-win32-x64-msvc": "0.1.6"
19
19
  },
20
20
  "license": "MIT",
21
21
  "repository": {