From 94ed09c90fdb5ec6007c5b615de59e6b3ba0099a Mon Sep 17 00:00:00 2001 From: Jeremy Kahn Date: Wed, 29 Mar 2023 08:53:33 -0500 Subject: [PATCH] docs: note iOS Safari issues in README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a1647ab..0b82384 100644 --- a/README.md +++ b/README.md @@ -158,7 +158,11 @@ Explore the files in `src/config` to modify pairing and relay server configurati 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/) is free and does not guarantee any level of service, so it may simply be unavailable for some time (or just not work at all for some users). There's not much to do other than wait until it becomes available again, or possibly try from another device or location. -##### Firefox-specific +##### iOS Safari-specific issues + +Chitchatter works on iOS Safari, but browser-level bugs often prevent peers from rejoining the room when the browser is closed and later reopened (for instance, when switching applications). The suggested workaround for this issue is to refresh the page to rejoin the room. + +##### Firefox-specific issues Per [#36](https://github.com/jeremyckahn/chitchatter/issues/36), check your `about:config` settings and ensure that `media.peerconnection.enabled` is **enabled**.