cloud-game/pkg/api
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
..
api.go Unify all WebRTC signaling in the API 2026-06-06 18:19:07 +03:00
coordinator.go Show rooms in the list 2023-10-21 02:37:44 +03:00
user.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