refactor: Migrate screen sharing media handling from direct WebRTC to Mediasoup.

This commit is contained in:
2026-02-23 16:48:05 +01:00
parent ff013b206a
commit 0f250d5c2a
19 changed files with 1925 additions and 574 deletions

View File

@@ -13,6 +13,8 @@
"dependencies": {
"chart.js": "^4.5.1",
"electron": "^40.6.0",
"mediasoup": "^3.19.17",
"mediasoup-client": "^3.18.7",
"socket.io-client": "^4.8.3"
}
}