From e4682a042d53e86819bc9bfb97a916bf1789b560 Mon Sep 17 00:00:00 2001 From: Mitchell McCaffrey Date: Thu, 15 Jun 2023 15:56:17 +1000 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index d5041d5..4306689 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,18 @@ Once deployed Render will provide a URL for you to share with your players. [![Deploy to Render](https://render.com/images/deploy-to-render-button.svg)](https://render.com/deploy) +## Troubleshooting + +**Custom Images Aren't Showing on Other Computers** + +Custom images are transferred using WebRTC in order to navigate some networks you must define a STUN/TURN server. + +You can read more about this topic here https://developer.mozilla.org/en-US/docs/Web/API/WebRTC_API/Protocols + +While there are some freely available STUN servers, most TURN servers charge you for the bandwidth used. + +To change the STUN/TURN configuration you can edit the `/backend/ice.json` file. + --- ## License