ionorg / ion-app-flutter

ion flutter app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stream not being published on iOS

alex-bluetrain opened this issue · comments

Your environment.

What did you do?

I deployed the following versions:

  • ion 42777ea
  • ion-app-web d89c95f
  • ion-app-flutter cb73697 (on iOS 14.7.1)

I open the ion-app-web and join the same room from different browsers (chrome, firefox) under different operating systems (android, windows 10 64bits)
I launch the ion-app-flutter on iOS and join the same room

What did you expect?

to see every participant's stream on each device

What happened?

nobody can see iOS stream, but they can see iOS join and leave the room.

Possible Fix:

downgrade ion-app-flutter dependencies
from flutter_ion 0.5.4 to 0.5.3

this makes it work as expected, there seems to be a bug on flutter_ion 0.5.4 under iOS or something.