feat:桌面共享支持

This commit is contained in:
MatrixSeven
2025-08-14 15:37:03 +08:00
parent e1d163f80c
commit 3b7fa7c653
14 changed files with 1787 additions and 454 deletions

View File

@@ -106,8 +106,7 @@ export const WebRTCTextReceiver: React.FC<WebRTCTextReceiverProps> = ({
setIsTyping(false);
// 断开连接
textTransfer.disconnect();
fileTransfer.disconnect();
connection.disconnect();
if (onRestart) {
onRestart();