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 41 forks source link

Update to Jitsi Meet SDK 7 #89

Closed gianlucapinna83 closed 1 year ago

gianlucapinna83 commented 1 year ago

Hi,

I'm using JitsiMeet with the self-hosting soloution, and after last upgrade ( server side), I've an issue usign your plugin from an Ionic App: output video is down.

I've tried a conference between web ( using last web sdk) and Ionic app ( using sdk 6.0.1): on the mobile I can see my camera and other partecipants camera (in), instead web side I don't see the video from mobile ( audio is ok).

I suppose it's something linked to the JitsiMeetSdk version, is it possible to try the plugin with the last JitsiMeet SDK ?

Thanks a lot!

calvinckho commented 1 year ago

I have committed a version using SDK 7.0.1. You can install using: npm i git+ssh://git@github.com:calvinckho/capacitor-jitsi-meet#capacitor-4

calvinckho commented 1 year ago

capacitor-jitsi-meet@3.1.0-beta.0 is released with SDK 7.0.1. I tested it and it works fine in my project. I will close it for now and feel free to reopen it if you encounter any bugs.

gianlucapinna83 commented 1 year ago

It works also for me! Thank you very much for your quik reply