team-telnyx/webrtc

ERR_CONNECTION_RESET

Closed this issue ยท 2 comments

Hi Team ๐Ÿ‘‹- Would need your inputs on webRTC automation testing. We do use Telynx webrtc in our application.
When I am trying test webrtc in Selenium Grid - using chrome node.
Error in connection Establishment: net::ERR_CONNECTION_RESET
WebSocket Connection is closed before the connection is established.
FYI..Checking for audio and video permissions:
client.checkPermissions(); -> this return true
Any pointers will be really helpful.
Screen Shot 2022-06-08 at 10 28 10 PM

Hello @reyaz386,

this kind of error seems to be an internet network problem that your application is not being able to connect to our rtc.telnyx.com WebSocket server.
Here we make end-to-end test (automated test) with cypress and playwright and both works fine.
You can see this example using cypress: https://github.com/team-telnyx/webrtc-examples/blob/main/js/react-audio-widgets/package.json#L24

I am closing this issue, feel free to open a new one. ๐Ÿ‘