mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-07-18 17:16:04 +00:00
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)
|
||
|---|---|---|
| .. | ||
| api | ||
| com | ||
| config | ||
| coordinator | ||
| encoder | ||
| games | ||
| logger | ||
| monitoring | ||
| network | ||
| os | ||
| resampler | ||
| worker | ||