team-telnyx / webrtc

SDK for Telnyx's WebRTC platform
https://developers.telnyx.com/docs/v2/webrtc
MIT License
40 stars 19 forks source link

Browser crashing on new versions #354

Open alechirsch opened 6 months ago

alechirsch commented 6 months ago

I recently upgraded from 2.11.0 to 2.14.0 and noticed that after a call start, my fans take off and the browser tab freezes and eventually crashes. I narrowed it down to going from 2.11.0 to 2.12.0 and any version after. I am using the latest version of chrome.

farhat-ha commented 5 months ago

@alechirsch 👋🏾 Can you give me more context about your problem? Are you using custom ICE servers ?

alechirsch commented 5 months ago

@farhat-ha Nothing custom, using it pretty standardly. Its embedded in an Ember.js application built using node 18. Followed the documentation here. Using latest version of chrome. It has been working on all versions 2.11.0 and below. As soon as I upgrade the telnyx webrtc version and change nothing else, the browser freezes after making a call and I need to kill it.

alechirsch commented 4 months ago

@farhat-ha Any other thoughts here?