calvinckho / capacitor-jitsi-meet

This plugin is used to make video calls using Jitsi video platform (https://meet.jit.si) on iOS and Android using Ionic Capacitor.
85 stars 40 forks source link

Joining a 8x8 room from android results in empty room #103

Closed Piet-G closed 4 months ago

Piet-G commented 8 months ago

This is a regression in the latest version (4.1.0), when we attempt to join a room from android we are placed into a room but the other participant is not visible. The other party also can't see the android user.

Other platforms (Web and Ios) can still join rooms with eachother fine.

We reverted to version 4.0.0 and it worked fine again.

calvinckho commented 6 months ago

@Piet-G, a newer version has since been released: 5.0.0, which utilizes the 9.2.0 SDK. can you try it and report the outcome?

Also, Capacitor 6 is out and the 6.0.0 version for this plugin is in beta testing. You can install it using this command and report your outcome as well:

npm i git+ssh://git@github.com:calvinckho/capacitor-jitsi-meet#capacitor-6

calvinckho commented 4 months ago

@Piet-G I will close it for now. If you have tested it using the new version and it still has issue, we can reopen this.