jeremyckahn / chitchatter

Secure peer-to-peer chat that is serverless, decentralized, and ephemeral

Home Page:https://chitchatter.im/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gracefully handle unsupported environments

jeremyckahn opened this issue · comments

Chitchatter should show an informative error if it is running in an environment that does not support WebRTC or is not a secure context.

Assuming Mull is anything like the Tor browser, it should just be a matter of checking the value of typeof window.RTCDataChannel.

Originally posted by @jeremyckahn in #154 (reply in thread)