调试呼叫

This commit is contained in:
2022-02-18 11:49:39 +08:00
parent 0234cf6858
commit 75ac324f1c
2 changed files with 3 additions and 2 deletions

View File

@@ -108,7 +108,7 @@
1,
false,
(messages) => {
this.messages = [...messages, ...this.messages]
this.messages.unshift(...messages)
// this.scrollBottom()
})
},

View File

@@ -116,6 +116,7 @@ const callLibListeners = () => {
})
// 远端响铃
CallLib.onRemoteUserRinging((res) => {
console.log('onRemoteUserRinging', res);
uni.$emit('onRemoteUserRinging')
})
// 远端加入