meetergomeetergo Help

meetergo Connect: network requirements (for IT departments)

Domains and ports your firewall or proxy must allow so meetergo Connect video calls work reliably on your network

Updated on July 14, 2026

If video calls with meetergo Connect fail on your company network but work on a phone or home network, your firewall or web proxy is most likely blocking part of the connection. This page lists exactly what to allow. Send it to your IT department as-is.

What to allow

Required — with these two rules, calls work:

DestinationProtocol / portPurpose
connect.erg.oooTCP 443 (WSS)Call signalling (WebSocket)
connect-turn.meetergo.comTCP 443 (TURN over TLS)Media relay fallback

Recommended for best quality — lets media flow directly instead of over the TLS relay:

DestinationProtocol / portPurpose
connect-turn.meetergo.comUDP 3478Direct video/audio media
connect-turn.meetergo.comTCP 7881Media fallback when UDP is blocked

The app itself runs on my.meetergo.com and api.meetergo.com (ordinary HTTPS, TCP 443).

How the fallbacks work

meetergo Connect tries the best path first and falls back automatically:

  1. UDP 3478 direct to the media server. This is the standard real-time media port (the same one Microsoft Teams uses). Allowing it gives the best call quality.
  2. TCP 7881 if UDP is blocked.
  3. TURN over TLS on port 443 as the last resort. Calls work on networks that only allow outbound HTTPS, but quality can be lower, since TCP is not ideal for real-time media.

If none of these paths work, participants cannot join with video at all. That typically means a proxy is intercepting TLS (see above) or a VPN client is dropping the media packets.

Quick self-test

Open your meeting link on the affected network. The join screen runs a connection test in the background and warns you if your network blocks video calls. As a cross-check, join once over a mobile hotspot: if that works and the company network does not, the firewall or proxy is the cause.

Was this article helpful?

Let us know if this article answered your questions.