调试呼叫

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, 1,
false, false,
(messages) => { (messages) => {
this.messages = [...messages, ...this.messages] this.messages.unshift(...messages)
// this.scrollBottom() // this.scrollBottom()
}) })
}, },

View File

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