diff --git a/.env.example b/.env.example index 393f3ce..c09b691 100644 --- a/.env.example +++ b/.env.example @@ -13,7 +13,7 @@ OWNER_PASSWORD=changeme SIGNALING_HOST=localhost SIGNALING_PORT=9000 # Ucomment to enable ICE servers -# ICE_SERVERS_CONFIG='[{"urls": "stun:stun.l.google.com:19302"}, {"urls": "turn:turn.bistri.com:80", "username": "homeo", "credential": "homeo"}]' +# ICE_SERVERS_CONFIG='[{"urls": "stun:stun.l.google.com:19302"}, {"urls": "turn:us-turn4.xirsys.com:80?transport=udp", "username": "xirsys", "credential": "xirsys"}]' # SMTP config SMTP_HOST=localhost diff --git a/README.md b/README.md index d845dd3..5c2248d 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ OWNER_PASSWORD=changeme SIGNALING_HOST=localhost SIGNALING_PORT=9000 # Ucomment to use custom ICE servers -# ICE_SERVERS_CONFIG='[{"url": "stun:stun.l.google.com:19302"}, {"url": "turn:turn.bistri.com:80", "username": "homeo", "credential": "homeo"}]' +# ICE_SERVERS_CONFIG='[{"urls": "stun:stun.l.google.com:19302"}, {"urls": "turn:us-turn4.xirsys.com:80?transport=udp", "username": "xirsys", "credential": "xirsys"}]' # SMTP config SMTP_HOST=localhost diff --git a/docs/docs/self-hosting/deploy-with-docker.md b/docs/docs/self-hosting/deploy-with-docker.md index a513e94..fce576e 100644 --- a/docs/docs/self-hosting/deploy-with-docker.md +++ b/docs/docs/self-hosting/deploy-with-docker.md @@ -33,7 +33,7 @@ OWNER_PASSWORD=changeme SIGNALING_HOST=localhost SIGNALING_PORT=9000 # Ucomment to use custom ICE servers -# ICE_SERVERS_CONFIG='[{"url": "stun:stun.l.google.com:19302"}, {"url": "turn:us-turn4.xirsys.com:80?transport=udp", "username": "xirsys", "credential": "xirsys"}]' +# ICE_SERVERS_CONFIG='[{"urls": "stun:stun.l.google.com:19302"}, {"urls": "turn:us-turn4.xirsys.com:80?transport=udp", "username": "xirsys", "credential": "xirsys"}]' # SMTP config SMTP_HOST=localhost