What firewall ports do I need to open to allow Sinch and WebRTC to work?

梦想的初衷 提交于 2019-12-06 00:43:09
  1. You need to have DNS (usually not a problem)
  2. You need to be able to use http/https towards our API's (usually not a problem either)
  3. You need to send media (RTP i.e UDP) to other side. This can be problematic sometime, especially if you are behind a enterprise firewall. For instance we use STUN (port 3478), so that also needs to be open. If we can't use a p2p connection for media, we will try to relay this via a media proxy and on the media proxy you can get a port between 10000 - 50000 to be used for that relay, so I'm afraid you need to allow this ports for outbound traffic.
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!