31530: DNS Resolution Error
VOICE
ERROR
This indicates that the Voice client could not connect to the server.
- Your network is restrictive or uses a VPN, and ICE gathering cannot reach Twilio from all available interfaces.
- Your firewall blocks the outgoing
UDPtraffic required for Twilio Voice media, or it does not allow the Twilio signaling and media destinations your SDK needs. - You are connecting from a restricted network without providing ICE servers from Twilio Network Traversal Service.
- Enable
enableIceGatheringOnAnyAddressPortsinConnectOptionsso ICE candidates are gathered from all available interfaces on Android or iOS. - Provide ICE servers from Twilio Network Traversal Service through
ConnectOptionsorAcceptOptionswhen your network requiresTURN. - Allow outgoing
TCPandUDPtraffic to Twilio's signaling and media infrastructure, or useTURNoverTCPorTLSifUDPis restricted.