mirror of
https://github.com/MatrixSeven/file-transfer-go.git
synced 2026-05-22 05:47:28 +08:00
feat: 重构 WebRTC 轨道管理,支持多监听器注册,优化 SDP Offer 创建流程;更新桌面共享和语音通话业务逻辑,增强连接管理
This commit is contained in:
@@ -5,7 +5,7 @@ import { Mic, MicOff, PhoneCall, PhoneOff } from 'lucide-react';
|
||||
import { Button } from '@/components/ui/button';
|
||||
import { VoiceIndicator } from '@/components/VoiceIndicator';
|
||||
import { useVoiceChatBusiness } from '@/hooks/desktop-share';
|
||||
import type { WebRTCConnection } from '@/hooks/connection/useSharedWebRTCManager';
|
||||
import type { WebRTCConnection } from '@/hooks/connection/types';
|
||||
|
||||
interface VoiceChatPanelProps {
|
||||
connection: WebRTCConnection;
|
||||
|
||||
Reference in New Issue
Block a user