DOMException: Error processing ICE candidate

后端 未结 6 1043
庸人自扰
庸人自扰 2021-02-07 00:26

I get this error DOMException: Error processing ICE candidate when I try to add an ice candidate. Here\'s the candidate:

candidate:1278028030

6条回答
  •  自闭症患者
    2021-02-07 01:05

    If you're keeping more than one RTCPeerConnection object around, you must make sure you're adding the ICE candidates and descriptions to the correct one.

提交回复
热议问题