调试呼叫

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

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