mirror of
https://github.com/MatrixSeven/file-transfer-go.git
synced 2026-02-18 20:35:01 +08:00
feat:共享桌面移动端全屏支持
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user