mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-07-18 00:55:40 +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)
|
||
|---|---|---|
| .. | ||
| input | ||
| network | ||
| api.js | ||
| app.js | ||
| env.js | ||
| event.js | ||
| gameList.js | ||
| gui.js | ||
| log.js | ||
| menu.js | ||
| message.js | ||
| recording.js | ||
| room.js | ||
| screen.js | ||
| settings.js | ||
| stats.js | ||
| stream.js | ||
| utils.js | ||
| workerManager.js | ||