cloud-game/web/js
Sergey Stepanov 24ff0f2ea2
Close WebRTC connections on disconnect
Not closing RTCPeerConnection and co will cause eventually high processor load in Chrome.
Also, Chrome has some GC issues related to WebRTC, see: https://bugs.chromium.org/p/chromium/issues/detail?id=825576.
2021-12-17 16:10:51 +03:00
..
event Game recording support (#356) 2021-12-04 14:20:38 +03:00
gui Fix recording handling when it's disabled 2021-12-05 22:11:29 +03:00
input Game recording support (#356) 2021-12-04 14:20:38 +03:00
network Close WebRTC connections on disconnect 2021-12-17 16:10:51 +03:00
settings Client game screen configuration support (#269) 2021-01-25 12:58:05 +03:00
stats Add RTT stats 2021-09-02 23:58:05 +03:00
stream Use orientation-based video / canvas stretching (#335) 2021-07-28 02:13:03 +03:00
controller.js Close WebRTC connections on disconnect 2021-12-17 16:10:51 +03:00
env.js Remove jQuery (#299) 2021-03-26 11:07:49 +03:00
gameList.js Remove jQuery (#299) 2021-03-26 11:07:49 +03:00
init.js Client game screen configuration support (#269) 2021-01-25 12:58:05 +03:00
log.js Merge Pr/173 with master (#218) 2020-07-04 04:24:13 +08:00
recording.js Fix recording handling when it's disabled 2021-12-05 22:11:29 +03:00
room.js Remove jQuery (#299) 2021-03-26 11:07:49 +03:00
utils.js Add anti-abuse debounce and throttle functions (#233) 2020-10-02 02:16:28 +08:00