Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
standalone-anyremote
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
qlintonger xeno
standalone-anyremote
Commits
aa9ace8b
Commit
aa9ace8b
authored
May 07, 2024
by
qlintonger xeno
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
通话数据问题准备修复
parent
5430a2d7
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
anyremote/agoraHandle.js
+4
-0
src/views/remote/contacts/contactsWait.vue
+1
-0
No files found.
anyremote/agoraHandle.js
View file @
aa9ace8b
...
...
@@ -374,6 +374,10 @@ export class AgoraHandle {
await
this
.
agoraApp
.
forceReplay
(
id
,
`
${
this
.
agoraOptions
.
remotePlayerPrefix
}${
id
}
`
)
}
forceUpdateOnlineUsers
()
{
this
.
agoraApp
.
sendWSFromCall
(
'0'
,
'GetCompanyUserList'
);
}
async
joinChatRoom
()
{
await
this
.
agoraApp
.
join
(
chatChannelState
.
value
.
chatChannelId
,
...
...
src/views/remote/contacts/contactsWait.vue
View file @
aa9ace8b
...
...
@@ -32,6 +32,7 @@ import { computed } from 'vue'
const
AnyR
=
useAnyR
()
const
chattersName
=
computed
(
function
()
{
console
.
log
(
"all other chatters"
,
allOtherChattersIdSet
.
value
,
userStates
.
value
.
onlineContacts
);
return
allOtherChattersIdSet
.
value
.
map
(
function
(
a
:
any
)
{
// @ts-ignore
return
userStates
.
value
.
onlineContacts
.
find
((
q
:
any
)
=>
q
.
fromID
===
a
)?.
fromName
||
'未知用户'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment