RodrigoBertotti / flutter_chat_app_with_nodejs

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

Video not stream using cellular data #3

Closed josefrasetia closed 7 months ago

josefrasetia commented 7 months ago

I tried using cellular data to make a video call, but the video was not displayed, only a black screen appeared

RodrigoBertotti commented 7 months ago

Hello, which device did you test it?

josefrasetia commented 7 months ago

i use android device for testing, in this case i use my server turn and success to stream video. but when I build the release apk, the socket doesn't connect and runs perfectly in debug mode. What is wrong?

RodrigoBertotti commented 7 months ago

does the text chat work well in production?

josefrasetia commented 7 months ago

The problem is nothing permission of internet in production. I add internet permission in manifest and my app is working. Thank you.

RodrigoBertotti commented 7 months ago

I'm glad it worked!

RodrigoBertotti commented 7 months ago

Also, thank you a lot for helping with the other GitHub issue!

josefrasetia commented 7 months ago

You're welcome. i close this issue.