DOMException: Error processing ICE candidate

后端 未结 6 1052
庸人自扰
庸人自扰 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

    Are you adding the candidate before calling setRemoteDescription? Firefox 36 had an issue where it sent candidates before the remote description but that has been solved long since.

提交回复
热议问题