DetectRTC icon indicating copy to clipboard operation
DetectRTC copied to clipboard

[checkWebSocketsSupport] wss://echo.websocket.org:443/ is no longer available

Open marcio199226 opened this issue 2 years ago • 0 comments

Hi we can't test anymore if the websocket is supported and not blocked due to used services to estabilish wss connection (wss: //echo.websocket.org: 443 /) since is down, instead we could use wss://echo.websocket.events/.ws. (I tried it and it works)

Furthermore we can add some improvements too. Now we can't differentiate between an error and a success connection in the provided callback to checkWebSocketsSupport fn unless we verify isWebSocketsBlocked variable that is not really intuitive in my opinion.

marcio199226 avatar Sep 22 '22 14:09 marcio199226