gpt4 book ai didi

html - 如何检测断开的 RTCPeerConnection

转载 作者:行者123 更新时间:2023-11-27 22:33:47 27 4
gpt4 key购买 nike

我正在我的 chrome 浏览器中运行 WebRTC 演示,我已经可以设置视频 session 了。但是,如果其中一个对等点断开连接(例如刷新浏览器),我不知道如何在另一端检测到它(并且可能会警告“对等点断开连接”消息)

我注意到在对等点断开连接后,我收到了一些 ice candidates,但我找不到任何属性可以帮助我发现这实际上是一个断开连接的事件。

我用谷歌搜索并找到了 this

This would be handled via the "disconnected" state for RTCIceConnectionState. It will trigger after some TBD (currently ~5s) delay of not receiving liveness checks or media from the remote side

但我就是无法在我其他人的对等对象中找到这种“断开连接”状态。

你能给我更多关于这个的提示吗?谢谢

最佳答案

您需要检查这个只读属性:

peerconnection.iceConnectionState === 'disconnected'

引用资料:

关于html - 如何检测断开的 RTCPeerConnection,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15466997/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com