Run the built-in connectivity checker first:
app.wejam.ai/check. Microphone access is
required for a full test.
Symptoms
- You can log in and navigate the web app.
- A roleplay fails to start, or the call never connects.
Likely cause
WebRTC voice traffic is not allowed on your company network, or the network blocks the signaling connection that starts the call.Background: how JAM uses the network
To load the web app, only TCP port 443 (HTTPS) is required. To create low-latency voice-to-voice interactions, JAM uses WebRTC through the ElevenLabs EU residency network. The browser must be able to complete WebRTC signaling on TCP/443 and send media traffic over UDP.- ElevenLabs powers the real-time voice AI. JAM connects to the ElevenLabs EU residency region for roleplay calls.
- Signaling uses HTTPS/WebSocket traffic on TCP/443.
- Real-time media uses WebRTC UDP traffic, including the standard dynamic UDP port range 49152-65535. Restricting UDP to only
40000-49999can prevent calls from starting.
Debugging steps
- Run the connectivity checker. Direct the user to app.wejam.ai/check (microphone access required). This tests the connection end-to-end.
- Whitelist the required domains and ports on the corporate firewall or proxy:
Network requirements (for IT teams)
JAM’s web app enables voice-to-voice interactions using low-latency WebRTC connections, facilitated through ElevenLabs EU residency infrastructure. To ensure reliable operation, the following must be supported in the customer’s network environment: Port accessibility- TCP port 443 is required for HTTPS and WebSocket signaling.
- UDP ports 49152-65535 must be allowed for WebRTC media traffic to ElevenLabs. This is the standard dynamic UDP port range used by WebRTC; observed calls may use ports such as
50674or53396.
app.wejam.ai- web applicationapi.wejam.ai- REST APIeu.residency.elevenlabs.io- ElevenLabs EU residency servicertc.eu.residency.elevenlabs.io- ElevenLabs WebRTC medialivekit.rtc.eu.residency.elevenlabs.io- ElevenLabs SDK WebRTC mediaapi.eu.residency.elevenlabs.io- ElevenLabs API/signaling
Related articles
- Frequently Asked Questions - including microphone and audio troubleshooting
- Starting and Completing a Roleplay - how a normal call works
- Jam Assistant: Call Connection Issues - same underlying network requirements, for Jam Assistant voice calls
Last updated: July 2026

