优化交互

This commit is contained in:
2025-07-09 08:18:59 +08:00
parent 36bb210539
commit 3637c8b7c6
6 changed files with 390 additions and 376 deletions

View File

@@ -141,7 +141,7 @@ export function useWebSocket() {
return send({
request_type: "call_signal",
...signal,
sender_user_id: userStore.currentUser?.id
sender_user_id: userStore.currentUser?.id,
})
}
@@ -181,4 +181,4 @@ export function useWebSocket() {
bindUser,
generateCallId,
}
}
}