We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EVENT.REMOTE_USER_LEAVE EVENTREMOTE_VIDEO_REMOVE 等事件在远端用户调用 exitRoom()方法后未能正常触发。
EVENT.REMOTE_USER_LEAVE
EVENTREMOTE_VIDEO_REMOVE
exitRoom()
本地用户使用trtc-wx.js微信sdk, 远端用户使用uniapp插件 【官方】腾讯云实时音视频SDK 。 在远端用户调用exitRoom()之后, 微信端却不能正常的接收到远端用户退出。 以下是部分代码和日志截图,以供参考。 app端 执行exitRoom() 部分代码 app端 exitRomm() 执行成功日志 微信端 监听远端用户退出事件代码 微信端 真机测试 通话中 -> 远端用户退出 -> 本地用户退出 这一过程的日志
The text was updated successfully, but these errors were encountered:
vue3环境。
Sorry, something went wrong.
No branches or pull requests
EVENT.REMOTE_USER_LEAVE
EVENTREMOTE_VIDEO_REMOVE
等事件在远端用户调用exitRoom()
方法后未能正常触发。本地用户使用trtc-wx.js微信sdk, 远端用户使用uniapp插件 【官方】腾讯云实时音视频SDK 。
在远端用户调用
exitRoom()
之后, 微信端却不能正常的接收到远端用户退出。以下是部分代码和日志截图,以供参考。
app端 执行exitRoom() 部分代码
app端 exitRomm() 执行成功日志
微信端 监听远端用户退出事件代码
微信端 真机测试 通话中 -> 远端用户退出 -> 本地用户退出 这一过程的日志
The text was updated successfully, but these errors were encountered: