添加音视频发送信息

This commit is contained in:
bobobobo
2026-02-09 02:10:27 +08:00
parent bed88896f8
commit eb57bfb6b4
8 changed files with 1147 additions and 901 deletions

View File

@@ -11,6 +11,9 @@ export const useAuthUser = () => {
// 响应式状态state & getters
const {
callMode,
callUserId,
callDuration,
imEngine,
userInfo,
tencentUserSig,
@@ -20,6 +23,9 @@ export const useAuthUser = () => {
const { token } = storeToRefs(tokenStore)
return {
callMode,
callUserId,
callDuration,
imEngine,
integralData,
userInfo,