Skip to main content

Metered TURN Server Regions

Here is the list of all the regions the TURN Server is available on.

On the Paid Plans the Global Region is the default and it is recommend to use the global region in most cases which automatically connects the users to the servers nearest to their location ensuring the lowest latency possible.

If you choose an endpoint other than 'global', for example, if your company policy dictates that servers should be located in the E.U, you can select the E.U region.

When the E.U region is selected, your end users can be located anywhere in the world. However, the traffic will be routed exclusively through servers located in the E.U.

info

All regions, including the global region, are only available in the paid plans. In the Free plan, only standard.relay.metered.ca is available.

RegionEndpointPorts
Globalglobal.relay.metered.ca80,443
North Americana.relay.metered.ca80,443
Europeeurope.relay.metered.ca80,443
European Unioneu.relay.metered.ca80,443
Asiaasia.relay.metered.ca80,443
Oceaniaoceania.relay.metered.ca80,443
US Westus-west.relay.metered.ca80,443
US Centralus-central.relay.metered.ca80,443
US Eastus-east.relay.metered.ca80,443
Canada Centralca-central.relay.metered.ca80,443
Canada Eastca-east.relay.metered.ca80,443
Europe Westeu-west.relay.metered.ca80,443
Europe Centraleu-central.relay.metered.ca80,443
Asia Westasia-west.relay.metered.ca80,443
Asia Eastasia-east.relay.metered.ca80,443
Canadaca.relay.metered.ca80,443
USAus.relay.metered.ca80,443
UKuk.relay.metered.ca80,443
Singaporesg.relay.metered.ca80,443
Indiain.relay.metered.ca80,443
Seoulseoul.relay.metered.ca80,443
Australiaau.relay.metered.ca80,443
Standardstandard.relay.metered.ca80,443

To use the Server you can create the ICE Servers array like this:

[
{
"urls": "turn:global.relay.metered.ca:80",
"username": "replace_with_your_username",
"credential": "replace_with_your_password"
},
{
"urls": "turn:global.relay.metered.ca:80?transport=tcp",
"username": "replace_with_your_username",
"credential": "replace_with_your_password"
},
{
"urls": "turn:global.relay.metered.ca:443",
"username": "replace_with_your_username",
"credential": "replace_with_your_password"
},
{
"urls": "turns:global.relay.metered.ca:443?transport=tcp",
"username": "replace_with_your_username",
"credential": "replace_with_your_password"
}
]

You can obtain the username and credential which is the password from the Metered TURN Server dashboard.