feat:共享桌面移动端全屏支持

This commit is contained in:
MatrixSeven
2025-09-01 15:53:03 +08:00
parent 86fd9ec08c
commit 4faf1c3141
7 changed files with 106 additions and 20 deletions

View File

@@ -58,6 +58,7 @@ func main() {
r.Handle("/*", web.CreateFrontendHandler())
// WebRTC信令WebSocket路由
r.Get("/api/ws/webrtc", h.HandleWebRTCWebSocket)
r.Get("/ws/webrtc", h.HandleWebRTCWebSocket)
// WebRTC房间API