You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm encountering a peculiar issue with WebRTC connectivity that seems to affect only my iPhone, while everything works as expected on my desktop. This issue persists even after experimenting with different TURN servers, including coturn.
Environment:
Desktop: Chrome on macOS
Mobile: Safari on iPhone (over 4G)
Tested Using: icetest.info
On my iPhone, the test never retrieves my public IP, which I suspect is causing the failure in establishing a WebRTC video call from iPhone to Desktop.
I'm looking for any insights or specific settings required to resolve this issue, particularly for Safari on iPhone. Any help or direction would be greatly appreciated.
Steps I've Taken
Installed eturnal on Ubuntu (AWS).
Opened necessary ports.
Updated the YAML config file with the required ports and credentials.
Verified functionality on desktop Chrome using https://icetest.info/.
Attempted the same test on iPhone via Safari, which failed to return the IP (similar to the issue with coturn).
Thank you for any assistance you can provide!
The text was updated successfully, but these errors were encountered:
This issue may be related to Apple iCloud's private relay.
When private relay was enabled, Safari's turn server was not working.
For Chrome, it seems to be working normally as it is not affected by private relays.
You could enable debug logging (eturnalctl loglevel debug) before reproducing the issue and show us the results (note that the log output may include potentially sensible data such as IP addresses and TURN user names, though).
Hi,
I'm encountering a peculiar issue with WebRTC connectivity that seems to affect only my iPhone, while everything works as expected on my desktop. This issue persists even after experimenting with different TURN servers, including coturn.
Environment:
Desktop: Chrome on macOS
Mobile: Safari on iPhone (over 4G)
Tested Using: icetest.info
Desktop Results:
This output is as expected, and my IP (92.46.196.3) is correctly identified.
iPhone Results:
On my iPhone, the test never retrieves my public IP, which I suspect is causing the failure in establishing a WebRTC video call from iPhone to Desktop.
Similar Issue
This seems related to a previously reported issue with coturn.
I'm looking for any insights or specific settings required to resolve this issue, particularly for Safari on iPhone. Any help or direction would be greatly appreciated.
Steps I've Taken
Installed eturnal on Ubuntu (AWS).
Opened necessary ports.
Updated the YAML config file with the required ports and credentials.
Verified functionality on desktop Chrome using https://icetest.info/.
Attempted the same test on iPhone via Safari, which failed to return the IP (similar to the issue with coturn).
Thank you for any assistance you can provide!
The text was updated successfully, but these errors were encountered: