ion-app-flutter icon indicating copy to clipboard operation
ion-app-flutter copied to clipboard

stream not being published on iOS

Open alex-bluetrain opened this issue 4 years ago • 0 comments

Your environment.

  • Version: ion-app-flutter cb73697

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.

alex-bluetrain avatar Sep 20 '21 17:09 alex-bluetrain