RodrigoBertotti / flutter_chat_app_with_nodejs

A Flutter Chat App built with Node.js, MySQL, and WebSockets.
MIT License
79 stars 33 forks source link

Call issue #9

Open Obaidkhan19 opened 3 months ago

Obaidkhan19 commented 3 months ago

Even with turn server its not working over different networks.

RodrigoBertotti commented 3 months ago

Thanks for opening the issue and checking my project

Unfortunately, I've also faced the same problem and I could not fix it after a lot of tries and searching on the web, I'm not sure if this issue is related to the webrtc plugin that this project relies on or something in my code, it's weird because it works fine on a local network

There's a similar issue from a dev in the webrtc plugin GitHub page

I just updated the README file to let other developers be aware of this issue, I'm open to suggestions in case someone knows how to fix it