TUICallKit icon indicating copy to clipboard operation
TUICallKit copied to clipboard

uniapp安卓客户端 onCallCancelle事件返回异常

Open haliuhei opened this issue 1 year ago • 0 comments

https://ext.dcloud.net.cn/plugin?id=9035

根据文档导入应用后,测试发现,拨打音视频(未接通),拨打方 挂断 和 接听方 挂断返回的callerId 都是 拨打方这边的

TUICallingEvent.addEventListener('onCallCancelled', (res) => {
  console.log('onCallCancelled', res);
});

haliuhei avatar Mar 22 '23 07:03 haliuhei