Timeout for addRemoteCandidate. Consider sending an end-of-candidates notification

前端 未结 1 1937
野的像风
野的像风 2021-01-27 16:40

In order to communicate with Browser Edge we need to set a=end-of-candidates as you can see here . Edge to Edge and Edge to other browser its working fine. Even I a

相关标签:
1条回答
  • 2021-01-27 16:59

    Edge requires a call addIceCandidate(null) when all remote candidates have been added. If you don't do that this will happen automagically after 3-4 seconds, but that increases the chance of failure.

    0 讨论(0)
提交回复
热议问题