cloud-game/pkg/coordinator
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
..
coordinator.go Don't crash the app on http2 garbage 2024-11-28 23:24:35 +03:00
hub.go Remove Base64 encoding of wire data 2026-06-06 15:31:13 +03:00
user.go Unify all WebRTC signaling in the API 2026-06-06 18:19:07 +03:00
userapi.go Unify all WebRTC signaling in the API 2026-06-06 18:19:07 +03:00
userhandlers.go Unify all WebRTC signaling in the API 2026-06-06 18:19:07 +03:00
worker.go Unify all WebRTC signaling in the API 2026-06-06 18:19:07 +03:00
worker_test.go Fix with go fix 2025-12-22 15:08:50 +03:00
workerapi.go Unify all WebRTC signaling in the API 2026-06-06 18:19:07 +03:00
workerhandlers.go Unify all WebRTC signaling in the API 2026-06-06 18:19:07 +03:00