WebRTC 对等方 iceconnectionstatechange 和 connectionstatechange 不会从 Chrome 80 触发"closed"事件



WebRTC iceconnectionstatechange 和 connectionstatechange 不会在 Chrome 80 中触发"关闭"事件。当对等体关闭时,是否有人有任何解决方法来检测连接状态更改?即使在计划-b 中也不会触发

它们在调用 pc.close(( 时不再触发。看 https://bugs.chromium.org/p/chromium/issues/detail?id=1023736

如果你的JS代码调用pc.close((,你肯定已经检测到另一端以某种方式消失了。

相关内容

  • 没有找到相关文章

最新更新