cloud-game/pkg/worker
sergystepanov a4b4e0458f Unify all WebRTC signaling in the API
Users, workers, and the coordinator will now send WebRTC signaling
information through a single API endpoint with a unified structure. The
payload should contain either an sdp or ice field for further processing
by the designated handlers.

Replaced API endpoints:
  - (101) WebrtcOffer -> WebrtcSignal
    Removed API endpoints:
  - WebrtcAnswer (102)
  - WebrtcIce (103)
2026-06-06 18:19:07 +03:00
..
caged Add analog triggers and pack axes into atomic int64 2025-12-29 20:20:55 +03:00
cloud Add a generic S3 provider for cloud saves 2023-11-13 21:33:12 +03:00
compression Remove not needed rand seeding 2023-04-06 20:39:41 +03:00
media Fix with go fix 2025-12-22 15:08:50 +03:00
recorder Fix with go fix 2025-12-22 15:08:50 +03:00
room Remove com.Uid from the API 2025-12-24 21:23:19 +03:00
thread Fix macOS tests 2024-05-07 21:05:12 +03:00
coordinator.go Unify all WebRTC signaling in the API 2026-06-06 18:19:07 +03:00
coordinatorhandlers.go Unify all WebRTC signaling in the API 2026-06-06 18:19:07 +03:00
worker.go Remove room watchers 2025-12-24 21:25:03 +03:00