【发布时间】:2020-08-08 17:36:19
【问题描述】:
根据WebRTC 1.0: Real-time Communication Between Browsers,webrtc peerConnection 状态只有在前一个状态不适用并且任何 RTCIceTransports 或 RTCDtlsTransports 处于failed 状态时才会失败。
但是我记录了iceConnectionState 和dtls 状态,当peerConnection 状态因wifi 关闭而变为失败时,我发现iceConnectionState 已断开连接而dtls 状态已连接。
与WebRTC 1.0: Real-time Communication Between Browsers上的描述不符
为什么不一致?
【问题讨论】:
标签: webrtc