From b94805f983079773a498ec55d091d42ffbecc751 Mon Sep 17 00:00:00 2001 From: Jeremy Kahn Date: Sun, 9 Oct 2022 20:36:16 -0500 Subject: [PATCH] docs: [#36] add firefox troubleshooting info --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index eed2287..c307941 100644 --- a/README.md +++ b/README.md @@ -152,3 +152,13 @@ Build the app with `npm run build`, and then serve the `build` directory. Any st #### Runtime configuration Explore the files in `src/config` to modify pairing and relay server configuration. + +### Troubleshooting + +#### Peers won't connect to peers + +This could happen for a variety of reasons. The most likely of which is that one or more peers cannot connect directly and must use the configured STUN/TURN relay as a fallback. The standard relay (https://www.metered.ca/tools/openrelay/) does not guarantee uptime, so it may simply be unavailable for some time. There's not much to do other than wait until it becomes available again. + +##### Firefox-specific + +Per #36, check your `about:config` settings and ensure that `media.peerconnection.enabled` is **enabled**.