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

"Jitsi.then()" is not implemented on android #121

Open gigallo opened 5 days ago

gigallo commented 5 days ago

Hi

We are using capacitor jitsi meet from branch capacitor-5 in our android app and we are facing the problem: "Jitsi.then()" is not implemented on android

We followed all the guides indicated in readme file. Any idea on how to solve this problem?

Thanks

calvinckho commented 4 days ago

Can you include the logcat debugging log from Android Studio?

gigallo commented 4 days ago

app.txt Attached logs file

calvinckho commented 2 days ago

can you remove the key-value avatarURL:"" from the joinConference method data object and try again?

joinConference({roomName:"xyz", ... avatarURL:"", <= remove this ... })

gigallo commented 6 hours ago

Hi

Yes, we did it in the past days but the error still remains. The error "malformed url" is disappeared

Thanks